# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. # Line up the first '|' above the ':' following the base package name, and # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| python3-ZConfig: python3-ZConfig (Structured Configuration Library) python3-ZConfig: python3-ZConfig: ZConfig is a configuration library intended for general use. python3-ZConfig: It supports a hierarchical schema-driven configuration model that python3-ZConfig: allows a schema to specify data conversion routines written in Python python3-ZConfig: ZConfig's model is very different from the model supported by the python3-ZConfig: ConfigParser module found in Python's standard library, and is more python3-ZConfig: suitable to configuration-intensive applications. python3-ZConfig: python3-ZConfig: Documentation is available at https://zconfig.readthedocs.io python3-ZConfig: