Metadata-Version: 1.1
Name: devenv
Version: 0.1.1
Summary: A development environment based upon docker.
Home-page: https://github.com/FlorianLudwig/devenv
Author: Florian Ludwig
Author-email: f.ludwig@greyrook.com
License: Apache Software License 2.0
Description: ======
        devenv
        ======
        
        
        .. image:: https://img.shields.io/pypi/v/devenv.svg
                :target: https://pypi.python.org/pypi/devenv
        
        .. image:: https://img.shields.io/travis/FlorianLudwig/devenv.svg
                :target: https://travis-ci.org/FlorianLudwig/devenv
        
        .. image:: https://readthedocs.org/projects/devenv/badge/?version=latest
                :target: https://devenv.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/FlorianLudwig/devenv/shield.svg
             :target: https://pyup.io/repos/github/FlorianLudwig/devenv/
             :alt: Updates
        
        
        A development environment based upon docker.
        
        
        * Free software: Apache Software License 2.0
        * Documentation: https://devenv.readthedocs.io.
        
        Pre-Requirements
        ----------------
        
        * docker installed and running
        * the user you use to develop must have access to docker
        
        TODO, ideas and vision
        ----------------------
        
         * git integration
         * ci integration (gitlab, travis, jenkins, ...)
         * IDE integration (atom, intellij/pycharm)
         * `langserv integration<http://langserver.org/>`_
         * rpm and deb packages
        
        Inspirations
        ------------
        
        * `vagrant<https://www.vagrantup.com/>`_
        * `cage<https://github.com/faradayio/cage>`_
        
        
        =======
        History
        =======
        
        0.1.0 (2017-05-07)
        ------------------
        
        * First release on PyPI. Release early, release often, right?
        
Keywords: devenv
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
