Metadata-Version: 1.1
Name: ein12
Version: 0.0.2
Summary: Configuration for any framework.
Home-page: https://github.com/akatrevorjay/ein
Author: Trevor Joynson
Author-email: github@skywww.net
License: GPL
Description: 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|
        
        -  PyPi: https://pypi.python.org/pypi/ein
        
        
        TODO
        ----
        
        - Move to explicit usage that accept either files or strings, *not* both.
        - Documentation
        - Import work using chainmaps to unhackify
        
        
        Installation
        ------------
        
        .. code:: sh
        
            pip install ein
        
        
        Running tests
        -------------
        
        Pytest is the test runner.
        
        Tox is used to handle testing multiple python versions.
        
        .. code:: sh
        
            tox
        
        
        .. |Test Status| image:: https://circleci.com/gh/akatrevorjay/ein.svg?style=svg
           :target: https://circleci.com/gh/akatrevorjay/ein
        .. |Coverage Status| image:: https://coveralls.io/repos/akatrevorjay/ein/badge.svg?branch=develop&service=github
           :target: https://coveralls.io/github/akatrevorjay/ein?branch=develop
        .. |Documentation Status| image:: https://readthedocs.org/projects/ein/badge/?version=latest
           :target: http://ein.readthedocs.org/en/latest/?badge=latest
        
        
Keywords: 12factor
configuration
config
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
