mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/cfgparse: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
05bb10adef
commit
d83779424b
1 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
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 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.
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue