pkgsrc/devel/py-zconfig/DESCR
drochner 6a7f1ba6bf add ZConfig-1.0, a Python configuration library for those who don't like
the Windows-ini-file-like stuff which comes with the base pkg
2003-07-25 16:04:09 +00:00

6 lines
381 B
Text

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 support by the
ConfigParser module found in Python's standard library, and is more
suitable to configuration-intensive applications.