Installation

You can install nshconfig via pip:

pip install nshconfig

For YAML support, you’ll need to install additional dependencies:

pip install "nshconfig[extra]"  # Installs all extras
pip install "nshconfig[yaml]"   # Installs only the YAML extra

Alternatively, you can install the YAML dependency directly:

pip install pydantic-yaml