Installation
You can install nshconfig
via pip:
pip install nshconfig
For YAML support, you’ll need to install additional dependencies:
pip install "nshconfig[yaml]" # Installs only the YAML extra
For TOML support, install:
pip install "nshconfig[toml]"
You may also install all extras at once:
pip install "nshconfig[extra]"