Metadata-Version: 1.1
Name: gaeconf
Version: 0.1.2
Summary: CLI utility to generate .yaml GAE configurations
Home-page: https://gitlab.com/emailmeter-foss/gaeconf
Author: ShuttleCloud Corp
Author-email: team@emailmeter.com
License: MIT license
Description: =======
        Gaeconf
        =======
        
        
        .. image:: https://img.shields.io/pypi/v/gaeconf.svg
                :target: https://pypi.python.org/pypi/gaeconf
        
        .. image:: https://readthedocs.org/projects/gaeconf/badge/?version=latest
                :target: https://gaeconf.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        CLI utility to generate .yaml GAE configurations
        
        
        * Free software: MIT license
        * Documentation: https://gaeconf.readthedocs.io.
        
        
        Features
        --------
        
        * CLI interface that receives a yaml config module and a GAE service name and outputs a valid GAE app-yaml file
        
        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 (2019-06-26)
        ------------------
        
        * First release on PyPI.
        
        0.1.1 (2019-06-27)
        ------------------
        
        * Minor changes in setup.py
        
        0.1.2 (2019-06-27)
        ------------------
        
        * Adds `-e` option in CLI to expose host environment variables
        
Keywords: gaeconf
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
