From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/zconfig/metadata.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev-python/zconfig/metadata.xml (limited to 'dev-python/zconfig/metadata.xml') diff --git a/dev-python/zconfig/metadata.xml b/dev-python/zconfig/metadata.xml new file mode 100644 index 000000000000..0218d45e445b --- /dev/null +++ b/dev-python/zconfig/metadata.xml @@ -0,0 +1,21 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + proxy-maint@gentoo.org + Proxy Maintainers + + + zopefoundation/ZConfig + + +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. + + gentoo-staging + -- cgit v1.3.1