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