diff options
Diffstat (limited to 'devel/py-zconfig/pkg-descr')
-rw-r--r-- | devel/py-zconfig/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/py-zconfig/pkg-descr b/devel/py-zconfig/pkg-descr new file mode 100644 index 000000000000..f51daec18ec7 --- /dev/null +++ b/devel/py-zconfig/pkg-descr @@ -0,0 +1,8 @@ +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/ |