pysimpleconfig: pysimpleconfig (Simple configuration file management in python)
pysimpleconfig: 
pysimpleconfig: This is a class for managing simple configuration files with python.
pysimpleconfig: By simple, it means that they are simple text files, there are no
pysimpleconfig: sections and all options in the configuration files use a strict
pysimpleconfig: 'OPTION=value' format, with no spaces between 'OPTION', '=' and
pysimpleconfig: 'value'. The same 'OPTION' can be used more than once, so you can have
pysimpleconfig: multiple values.
pysimpleconfig: 
pysimpleconfig: 
pysimpleconfig: