Structured Configuration Library
ZConfig is a configuration library intended for general use. 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 supported by the ConfigParser module found in Python's standard library, and is more suitable to configuration-intensive applications.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-ZConfig && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ZConfig-3.4.0.tar.gz | 0000121009 118 KB | |
python-ZConfig.changes | 0000002576 2.52 KB | |
python-ZConfig.spec | 0000003547 3.46 KB |
Revision 5 (latest revision is 12)
Dominique Leuenberger (dimstar_suse)
accepted
request 681395
from
Tomáš Chvátal (scarabeus_iv)
(revision 5)
- Update to 3.4.0: * Many changes have been made in the support for logging configurations * Drop support for Python 3.3. * Add support for Python 3.7. * Drop support for 'python setup.py test'. See issue 38. * Add support for example in section and multisection, and include those examples in generated documentation. See https://github.com/zopefoundation/ZConfig/pull/5. * Fix configuration loaders to decode byte data using UTF-8 instead of the default encoding (usually ASCII). See issue 37.
Comments 0