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-
ZConfig schema are written in an XML-based language and are able to "import" schema components provided by Python packages. Since components are able to bind to conversion functions provided by Python code in the package (or elsewhere), configuration objects can be arbitrarily complex, with values that have been verified against arbitrary constraints. This makes it easy for applications to separate configuration support from configuration loading even with configuration data being defined and consumed by a wide range of separate packages.
ZConfig is used in both Zope 2 and Zope 3.
Project information
- Licence:
- Zope Public Licence
View full history Series and milestones
trunk series is the current focus of development.
All code Code
- Version control system:
- Bazaar
- Programming languages:
- Python
All packages Packages in Distributions
-
zconfig source package in Xenial
Version 2.9.3-0ubuntu1 uploaded -
zconfig source package in Trusty
Version 2.9.3-0ubuntu1 uploaded -
zconfig source package in Precise
Version 2.8.0-1build1 uploaded -
zconfig source package in Bionic
Version 3.1.0-1 uploaded
All bugs Latest bugs reported
-
Bug #930715: ZConfig.components.logger.tests.test_logger.TestReopeningLogfilesBase.test_filehandler_reopen() fails
Reported -
Bug #481512: race condition when rotating logs
Reported -
Bug #605179: zope.testing.doctest etc. deprecated
Reported -
Bug #142968: script headers and execute permission
Reported -
Bug #405687: File paths containing ':' messes up loader
Reported