slackbuilds/python/cfgparse
Andre Barboza c5f7b84f64
python/cfgparse: Added (Python Configuration Parser Module).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-08-13 07:22:19 +07:00
..
README python/cfgparse: Added (Python Configuration Parser Module). 2016-08-13 07:22:19 +07:00
cfgparse.SlackBuild python/cfgparse: Added (Python Configuration Parser Module). 2016-08-13 07:22:19 +07:00
cfgparse.info python/cfgparse: Added (Python Configuration Parser Module). 2016-08-13 07:22:19 +07:00
slack-desc python/cfgparse: Added (Python Configuration Parser Module). 2016-08-13 07:22:19 +07:00

README

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.