Skip to content

ZConfig 2.0 Released

I just saw on the “Python Daily URL”:http://www.pythonware.com/daily that “ZConfig 2.0″:http://www.zope.org/Members/fdrake/zconfig/ is out. I migrated our internal backup software to ZConfig from Python’s included “ConfigParser”:http://www.python.org/doc/lib/module-ConfigParser.html over the summer after cursing one too many times at it’s inability to do intelligent type checking. While it was a pain in the ass to create the schema and grok the datatypes set up, it was well worth it. Finally, config files you can actually read!

Categories: python.