Metadata-Version: 1.2
Name: dev_env
Version: 0.5.7
Summary: Dev Env
Home-page: https://github.com/simonsdave/dev-env
Author: Dave Simons
Author-email: simonsdave@gmail.com
Maintainer: Dave Simons
Maintainer-email: simonsdave@gmail.com
License: MIT
Download-URL: https://github.com/simonsdave/dev-env/tarball/v0.5.7
Description: dev-env
        =======
        
        |Maintained| |MIT license| |PythonVersions| |status| |PyPI|
        |Requirements| |Build Status| |docker-simonsdave/xenial-dev-env|
        
        This repo was originally created as a way to centralize the
        code/configuration used to provision development environments. As time
        went on it became clear that it would be helpful to centralize other
        common development tools and utilities. This repo now contains tools,
        scripts and utilities which:
        
        -  provision development and CI environments
        -  automate cutting releases
        -  simplify integration testing
        
        What Next
        ---------
        
        -  `here's <https://github.com/simonsdave/dev-env/tree/release-0.5.7/docs/using.md>`__
           a description of how to start using ``dev-env``
        -  if you'd like to help contribute to ``dev-env`` see
           `this <https://github.com/simonsdave/dev-env/tree/release-0.5.7/docs/contributing.md>`__
        
        .. |Maintained| image:: https://img.shields.io/maintenance/yes/2018.svg?style=flat
        .. |MIT license| image:: http://img.shields.io/badge/license-MIT-brightgreen.svg
           :target: http://opensource.org/licenses/MIT
        .. |PythonVersions| image:: https://img.shields.io/pypi/pyversions/dev-env.svg?style=flat
        .. |status| image:: https://img.shields.io/pypi/status/dev-env.svg?style=flat
        .. |PyPI| image:: https://img.shields.io/pypi/v/dev-env.svg?style=flat
           :target: https://pypi.python.org/pypi/dev-env
        .. |Requirements| image:: https://requires.io/github/simonsdave/dev-env/requirements.svg?branch=release-0.5.7
           :target: https://requires.io/github/simonsdave/dev-env/requirements/?branch=release-0.5.7
        .. |Build Status| image:: https://travis-ci.org/simonsdave/dev-env.svg?branch=release-0.5.7
           :target: https://travis-ci.org/simonsdave/dev-env
        .. |docker-simonsdave/xenial-dev-env| image:: https://img.shields.io/badge/docker-simonsdave%2Fxenial%20dev%20env-blue.svg
           :target: https://hub.docker.com/r/simonsdave/xenial-dev-env/
        
Keywords: development,tools
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
