Super-Config¶
Config parsing on steroids.
Quick Start¶
Super-Config is available on PyPI and can be installed with pip.
$ pip install superconfig
After installing Super-Config you can use it like any other Python module.
Here is a simple example:
import superconfig
# Fill this section in with the common use-case.