summaryrefslogtreecommitdiffstats
path: root/python/cfgparse/README
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2016-08-09 16:57:07 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-13 07:22:19 +0700
commitc5f7b84f6423504729c470e71893b63a9055e291 (patch)
tree9b85b5054e96b5f664855b5b862c3fc9072ce019 /python/cfgparse/README
parentfa0a9e249727d7895cb6e805e1a5790b448bb8af (diff)
downloadslackbuilds-c5f7b84f6423504729c470e71893b63a9055e291.tar.gz
slackbuilds-c5f7b84f6423504729c470e71893b63a9055e291.tar.xz
python/cfgparse: Added (Python Configuration Parser Module).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/cfgparse/README')
-rw-r--r--python/cfgparse/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/cfgparse/README b/python/cfgparse/README
new file mode 100644
index 0000000000..ba15ad3bbc
--- /dev/null
+++ b/python/cfgparse/README
@@ -0,0 +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 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.