Metadata-Version: 1.1
Name: meinconf
Version: 0.0.1.dev1
Summary: 12 factor configuration for all
Home-page: https://github.com/akatrevorjay/meinconf
Author: Trevor Joynson
Author-email: github@skywww.net
License: GPL
Description: Purpose
        =======
        
        Generic configuration library for any app.
        
        Pretty much a Flask config-like object with added functionality based on flask-appconfig.
        
        This is currently a quick hack. Don't judge me.
        
        TODO
        ----
        
        - Move to explicit usage that accept either files or strings, *not* both.
        - Documentation
        - Tests need written.
        
        
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
