Metadata-Version: 2.1
Name: configalchemy
Version: 0.1.0
Summary: The Settings and Configuration on ideal practices for app development.
Home-page: https://github.com/GuangTianLi/configalchemy
Author: GuangTian Li
Author-email: guangtian_li@qq.com
License: UNKNOWN
Description: =============
        ConfigAlchemy
        =============
        
        The Settings and Configuration on ideal practices for app development.
        
        .. image:: https://img.shields.io/pypi/v/configalchemy.svg
                :target: https://pypi.python.org/pypi/configalchemy
        
        .. image:: https://img.shields.io/travis/GuangTianLi/configalchemy.svg
                :target: https://travis-ci.org/GuangTianLi/configalchemy
        
        .. image:: https://readthedocs.org/projects/configalchemy/badge/?version=latest
                :target: https://configalchemy.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://img.shields.io/pypi/pyversions/configalchemy.svg
                :target: https://pypi.org/project/configalchemy/
        
        .. image:: https://codecov.io/gh/GuangTianLi/configalchemy/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/GuangTianLi/configalchemy
        
        
        
        The Python micro framework for building gPRC application.
        
        
        * Free software: MIT license
        * Documentation: https://configalchemy.readthedocs.io.
        
        Installation
        ----------------
        
        .. code-block:: shell
        
            $ pipenv install configalchemy
            ✨🍰✨
        
        Only **Python 3.6+** is supported.
        
        Example
        --------
        
        * TODO
        
        Features
        ----------
        
        * TODO
        
        TODO
        -------
        
        * TODO
        
        
        =======
        History
        =======
        
        0.1.0 (2019-08-01)
        ------------------
        
        * Init Project.
        
Keywords: configalchemy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6.0
Provides-Extra: apollo
