Generic configuration library for any app.
Pretty much a Flask config-like object with added functionality based on flask-appconfig.
Tested with Python 2.7, 3.4, 3.5, 3.6.
- Move to explicit usage that accept either files or strings, not both.
- Documentation
- Import work using chainmaps to unhackify
pip install ein
Pytest is the test runner.
Tox is used to handle testing multiple python versions.
tox