summaryrefslogtreecommitdiffstats
path: root/libraries/CondConfigParser/README
diff options
context:
space:
mode:
author Philip Lacroix2015-12-18 07:21:53 +0100
committer Willy Sudiarto Raharjo2015-12-19 01:23:01 +0100
commit70ce00b00311edc99ef5c453e44734a3fc058002 (patch)
tree9f79facd3934584b0952a5c1fbab90fe321afb3b /libraries/CondConfigParser/README
parentd52fd0dd8e34b82a49a0ffafcef8d59f30d138b7 (diff)
downloadslackbuilds-70ce00b00311edc99ef5c453e44734a3fc058002.tar.gz
libraries/CondConfigParser: Addec (Python library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/CondConfigParser/README')
-rw-r--r--libraries/CondConfigParser/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/CondConfigParser/README b/libraries/CondConfigParser/README
new file mode 100644
index 0000000000..59e4e82277
--- /dev/null
+++ b/libraries/CondConfigParser/README
@@ -0,0 +1,5 @@
+CondConfigParser is a Python library designed to help developers of Python
+applications to parse configuration files. Compared to well-known modules such
+as ConfigParser and json, CondConfigParser allows the user to define conditions
+using boolean operators and specific sections in the configuration file, which
+are only applied when the corresponding condition is fulfilled.