diff options
author | Philip Lacroix <slackph at posteo dot de> | 2017-02-17 12:00:54 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-02-17 21:52:10 +0000 |
commit | accf35ebe03a65e6aa9e7c5e305011d1579a7495 (patch) | |
tree | f321666c2216708f39d7201a69fd712a02e09de4 /libraries/CondConfigParser/README | |
parent | 57d4fa3ec198abbecd17e4b24a8f41a1355d125f (diff) | |
download | slackbuilds-accf35ebe03a65e6aa9e7c5e305011d1579a7495.tar.gz |
libraries/CondConfigParser: Updated for version 1.0.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/CondConfigParser/README')
-rw-r--r-- | libraries/CondConfigParser/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/CondConfigParser/README b/libraries/CondConfigParser/README index 59e4e82277..c651ddceec 100644 --- a/libraries/CondConfigParser/README +++ b/libraries/CondConfigParser/README @@ -1,5 +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 +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. |