diff options
Diffstat (limited to 'libraries/CondConfigParser/README')
-rw-r--r-- | libraries/CondConfigParser/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/CondConfigParser/README b/libraries/CondConfigParser/README new file mode 100644 index 000000000000..59e4e822778e --- /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. |