slackbuilds/libraries/CondConfigParser
Heinz Wiesinger fd9245fe0a All: Change SlackBuild shebang to /bin/bash
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-04 12:49:49 +02:00
..
CondConfigParser.SlackBuild All: Change SlackBuild shebang to /bin/bash 2021-07-04 12:49:49 +02:00
CondConfigParser.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
README
slack-desc

README

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.