zconfig

Structured Configuration Library, for Python 2

Install

All systems
curl cmd.cat/zconfig.sh
Debian Debian
apt-get install python-zconfig
Ubuntu
apt-get install python-zconfig
Arch Arch Linux
pacman -S python-zconfig
image/svg+xml Kali Linux
apt-get install python-zconfig
Fedora
dnf install python-zconfig
Windows (WSL2)
sudo apt-get update sudo apt-get install python-zconfig
Raspbian
apt-get install python-zconfig

python-zconfig

Structured Configuration Library, for Python 2

ZConfig is a configuration library intended for general use. It supports a hierarchical schema-driven configuration model that allows a schema to specify data conversion routines written in Python. ZConfig's model is very different from the model supported by the ConfigParser module found in Python's standard library, and is more suitable to configuration-intensive applications.