mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
11b7792aec
PR: 85887 Submitted by: Landon Fuller <landonf@opendarwin.org> Approved by: perky (mentor)
9 lines
424 B
Plaintext
9 lines
424 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: http://www.zope.org/Members/fdrake/zconfig/
|