SlackBuilds Repository

15.0 > Python > python3-ZConfig (4.0)

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.
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.

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

Maintained by: Yth - Arnaud
Keywords: python,zodb
ChangeLog: python3-ZConfig

Homepage:
https://github.com/zopefoundation/ZConfig/

Source Downloads:
ZConfig-4.0.tar.gz (10b37b49d50a5006a7135cb086b72184)

Download SlackBuild:
python3-ZConfig.tar.gz
python3-ZConfig.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds