03a5ea3e02
- remove stale mastersite, update WWW - correct comment - remove WRKSRC (DISTNAME is sufficient) - strict python versions - add license (ZPL21) PR: ports/160982 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
8 lines
416 B
Text
8 lines
416 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: http://pypi.python.org/pypi/ZConfig
|