74489ba18d
- trim Makefile header - pass maintainership to zope@ - add NO_STAGE=yes - update USE_PYTHON value Approved by: wen (maintainer, by mail)
8 lines
418 B
Text
8 lines
418 B
Text
ZConfig is a general use Python configuration library. 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.
|
|
|
|
WWW: https://pypi.python.org/pypi/ZConfig/
|