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