mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
9 lines
418 B
Plaintext
9 lines
418 B
Plaintext
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/
|