Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / py-zconfig / DESCR
1 ZConfig is a configuration library intended for general use.  It
2 supports a hierarchical schema-driven configuration model that allows
3 a schema to specify data conversion routines written in Python.
4 ZConfig's model is very different from the model support by the
5 ConfigParser module found in Python's standard library, and is more
6 suitable to configuration-intensive applications.