slackbuilds_ponce/python/cfgparse
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
cfgparse.info
cfgparse.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

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.