Metadata-Version: 1.1
Name: devops-environment
Version: 0.0.3
Summary: Development environment for DevOps
Home-page: https://github.com/sjmiller609/devops_environment
Author: Steven Miller
Author-email: sjmiller609@gmail.com
License: MIT license
Description: ==================
        devops_environment
        ==================
        
        
        .. image:: https://img.shields.io/pypi/v/devops_environment.svg
                :target: https://pypi.python.org/pypi/devops_environment
        
        .. image:: https://img.shields.io/travis/sjmiller609/devops_environment.svg
                :target: https://travis-ci.org/sjmiller609/devops_environment
        
        .. image:: https://readthedocs.org/projects/devops-environment/badge/?version=latest
                :target: https://devops-environment.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        Development environment for DevOps
        
        
        * Free software: MIT license
        * Documentation: https://devops-environment.readthedocs.io.
        
        A Python module to manage a CLI development environment.
        
        You can pip install, then launch the same development environment on any machine with Docker.
        
        Installation
        ------------
        
        ``pip install -U development_environment``
        
        Use
        ---
        
        ``devenv``
        
        Recommendations
        ---------------
        
        - Install Docker on host machine
        - Configure git on host machine
        - Set up ssh keys for git authentication in ~/.ssh/
        
        Custom commands
        ---------------
        
        - cfn-man: Look up cloud formation docs from command line. Examples::
        
          cfn-man security group
        
          cfn-man auto scaling group
        
          cfn-man asg
        
          cfn-man auato scaligng groudp
        
        Just type in whatever, it will probably work (powered by Google search)
        
        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.0.1 (2019-02-25)
        ------------------
        
        * First release on PyPI.
        
Keywords: devops_environment
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
