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:Factory:Rebuild/python-ZConfig && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ZConfig-4.0.tar.gz | 0000126072 123 KB | |
python-ZConfig.changes | 0000004581 4.47 KB | |
python-ZConfig.spec | 0000003650 3.56 KB | |
support-python-312.patch | 0000001295 1.26 KB |
Revision 11 (latest revision is 12)
Ana Guerrero (anag+factory)
accepted
request 1161215
from
Steve Kowalik (StevenK)
(revision 11)
- Don't use rm -f in %prep, it hides failures. - Switch to autosetup and pyproject macros. - Correct path used for running the testsuite. - Add patch support-python-312.patch: * Do not a monkey patch for assertRaisesRegexp, it is not required.
Comments 0