Metadata-Version: 1.1
Name: mbq.env
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://github.com/managedbyq/mbq.env
Author: Managed by Q, Inc.
Author-email: open-source@managedbyq.com
License: Apache 2.0
Description: mbq.env: protect the environment
        ===================================
        
        .. image:: https://img.shields.io/pypi/v/mbq.env.svg
            :target: https://pypi.python.org/pypi/mbq.env
        
        .. image:: https://img.shields.io/pypi/l/mbq.env.svg
            :target: https://pypi.python.org/pypi/mbq.env
        
        .. image:: https://img.shields.io/pypi/pyversions/mbq.env.svg
            :target: https://pypi.python.org/pypi/mbq.env
        
        .. image:: https://img.shields.io/travis/managedbyq/mbq.env/master.svg
            :target: https://travis-ci.org/managedbyq/mbq.env
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install mbq.env
            🚀✨
        
        Guaranteed fresh.
        
        
        Getting started
        ---------------
        
        .. code-block:: python
        
            from mbq import env
        
            env.get('MY_KEY', default='BACON')
        
            # show the rest
        
        API Reference
        -------------
        
        
        Contributing
        ------------
        
Keywords: env environment
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
