First page Back Continue Last page Overview Graphics
Why Not ConfigParser?
Python already has ConfigParser, why ZConfig?
- Input from ZConfig configuration files can be constrained and converted to a set of domain-specific Python objects declaratively via a schema before you need to deal with them in your application.
- ZConfig configurations can be hierarchical (but are not required to be).
Notes: