Metadata-Version: 1.1
Name: envcat
Version: 0.1.0
Summary: Mix and merge env file values
Home-page: https://github.com/pmac/envcat
Author: Paul McLanahan
Author-email: pmac@mozilla.com
License: Apache Software License 2.0
Description: ======
        envcat
        ======
        
        .. image:: https://img.shields.io/pypi/v/envcat.svg
                :target: https://pypi.python.org/pypi/envcat
        
        .. image:: https://img.shields.io/travis/pmac/envcat.svg
                :target: https://travis-ci.org/pmac/envcat
        
        .. image:: https://readthedocs.org/projects/envcat/badge/?version=latest
                :target: https://envcat.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        Mix and merge env file values.
        
        * Free software: Apache Software License 2.0
        * Documentation: https://envcat.readthedocs.io.
        
        Features
        --------
        
        * Merge keys and values from any number of env files.
        * Ignore missing env files.
        * Output to STDOUT in env file format or a single line (good for passing to commands like `heroku config`).
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2017-05-09)
        ------------------
        
        * First release on PyPI.
        
Keywords: envcat
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
