mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
c5f7b84f64
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
9 lines
493 B
Text
9 lines
493 B
Text
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.
|