summaryrefslogtreecommitdiffstats
path: root/python/cfgparse/slack-desc
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/slack-desc
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 '')
-rw-r--r--python/cfgparse/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/cfgparse/slack-desc b/python/cfgparse/slack-desc
new file mode 100644
index 0000000000..48144b7942
--- /dev/null
+++ b/python/cfgparse/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+cfgparse: cfgparse (Python Configuration Parser Module)
+cfgparse:
+cfgparse: Python configuration parser module which supports arbitrarily deep
+cfgparse: hierarchical option "dictionaries" and partnership with the
+cfgparse: existing optparse (optik) python module.
+cfgparse: The API of this module will follow as close as possible the
+cfgparse: optparse model.
+cfgparse:
+cfgparse:
+cfgparse: Homepage: https://sourceforge.net/projects/cfgparse/
+cfgparse: