Skip to content

akatrevorjay/ein

Repository files navigation

ein

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 ein

Running tests

Pytest is the test runner.

Tox is used to handle testing multiple python versions.

tox