SlackBuildsOrg/python/python3-ZConfig
Arn0 f9e47b9b39
python/python3-ZConfig: Updated for version 4.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
2024-05-04 08:01:43 +09:00
..
python3-ZConfig.info
python3-ZConfig.SlackBuild
README
slack-desc

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ZConfig: Schema-driven configuration

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.
ZConfigs model is very different from the model supported by the
ConfigParser module found in Pythons standard library, and is more
suitable to configuration-intensive applications.

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.

Reference documentation is available at https://zconfig.readthedocs.io