Metadata-Version: 2.1
Name: configuration-loader
Version: 0.2.0
Summary: Python configuration loader.
Home-page: https://github.com/egabancho/config-loader
Author: Esteban J. G. Gabancho
Author-email: egabancho@gmail.com
License: MIT license
Description: ====================
        Configuration Loader
        ====================
        
        
        .. image:: https://img.shields.io/pypi/v/config-loader.svg
                :target: https://pypi.python.org/pypi/config-loader
        
        .. image:: https://img.shields.io/travis/egabancho/config-loader.svg
                :target: https://travis-ci.com/egabancho/config-loader
        
        
        
        Python package that facilitates configuration loading from various sources such
        as a Python module, Python entrypoints or environment variables.
        
        
        =======
        History
        =======
        
        0.1.0 (2020-04-27)
        ------------------
        
        * First release on PyPI.
        
Keywords: configuration config loader
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: dev
Provides-Extra: all
