From 70ce00b00311edc99ef5c453e44734a3fc058002 Mon Sep 17 00:00:00 2001 From: Philip Lacroix Date: Fri, 18 Dec 2015 13:21:53 +0700 Subject: libraries/CondConfigParser: Addec (Python library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/CondConfigParser/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libraries/CondConfigParser/README (limited to 'libraries/CondConfigParser/README') 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. -- cgit v1.2.3