summaryrefslogtreecommitdiff
path: root/devel/py-zconfig/DESCR
blob: 8f6a7a98288acd9199d002b5f7ca6d40888c1492 (plain)
1
2
3
4
5
6
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.