ein12

Configuration for any framework.


Keywords
12factor, configuration, config, daemons, django, flask, generic
License
GPL-2.0+
Install
pip install ein12==0.0.2

Documentation

meinconf

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.

Test Status Coverage Status Documentation Status

TODO

  • Move to explicit usage that accept either files or strings, not both.
  • Documentation
  • Import work using chainmaps to unhackify

Installation

pip install meinconf

Running tests

Pytest is the test runner.

Tox is used to handle testing multiple python versions.

tox