Configuration library for configuration-intensive applications
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.
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.
To install py27-zconfig, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-zconfig
To see what files were installed by py27-zconfig, run:
port contents py27-zconfig
To later upgrade py27-zconfig, run:
sudo port selfupdate && sudo port upgrade py27-zconfig
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.