Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37515976
en ru br
ALT Linux repos
S:3.2.0-alt4

Group :: Development/Python3
RPM: python3-module-zconfig

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.2.0-alt4
Build date: 14 august 2023, 06:39 ( 36.5 weeks ago )
Size: 93.74 Kb

Home page:   http://pypi.python.org/pypi/ZConfig/

License: ZPL
Summary: Python configuration module from Zope
Description:

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.

Authors:
--------
Zope Corporation < zodb-devAATTzope.org>

Current maintainer: Alexey Sheplyakov

List of contributors

List of rpms provided by this srpm:

  • python3-module-zconfig-tests
  • python3-module-zconfig
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin