cfgparse.py v01_00
Configuration file parser module
cfgparse is a more convenient, flexible, and powerful module for parsing configuration files than the standard library ConfigParser module. cfgparse uses a more declarative style modelled after the popular optparse standard library module.
cfgparse can optionally cooperate with the optparse module to provide coordination between command line and configuration file options. In addition, the cooperation can be used to allow the user to control features of the parser from the command line.
- Author: Dan Gass <dan gass at gmail com>
- Maintainer: Dan Gass <dan gass at gmail com>
- Home Page: http://cfgparse.sourceforge.net/
- Download URL: http://sourceforge.net/projects/cfgparse/
- Keywords: configuration file parser
- License: PSF like
- Platform: independent
- Categories
- Package Index Owner: dmgass
- DOAP record: cfgparse.py-v01_00.xml
