Metadata-Version: 1.1
Name: python-easyengine
Version: 0.1.0
Summary: EasyEngine Python Module
Home-page: https://github.com/cubope/python-easyengine
Author: Cubo
Author-email: somos@cubo.pe
License: Apache License 2.0
Description: ======================
        Boilerplate for Django
        ======================
        
        Write Django as usual, and let ``python-easyengine`` help you with the usually painfull stuff.
        
        
        .. image:: https://img.shields.io/travis/cubope/python-easyengine/master.svg
            :target: https://travis-ci.org/cubope/python-easyengine
        
        .. image:: https://img.shields.io/coveralls/cubope/python-easyengine/master.svg
          :target: https://coveralls.io/r/cubope/python-easyengine?branch=master
        
        
        Requirements
        ------------
        
        - Python 2.7, 3.2, 3.3, 3.4, or 3.5
        - Paramiko >= 2.0.2
        
        
        Installation
        ------------
        1. Install using pip:
        
           ``pip install python-easyengine``
        
           Alternatively, you can install download or clone this repo and call ``pip install -e .``.
        
        
        Bugs and suggestions
        --------------------
        
        If you have found a bug or if you have a request for additional functionality, please use the issue tracker on GitHub.
        
        https://github.com/cubope/python-easyengine/issues
        
        
        License
        -------
        
        You can use this under Apache 2.0. See `LICENSE
        <LICENSE>`_ file for details.
        
        
        Author
        ------
        
        Developed and maintained by `Cubo <http://cubo.pe/>`_.
        
        Original author & Development lead: `Irving Kcam <https://github.com/ikcam>`_.
        
        Thanks to everybody that has contributed pull requests, ideas, issues, comments and kind words.
        
        Please see AUTHORS.rst for a list of contributors.
        
        
        
        History
        -------
        0.0.1 (2016-09-4)
        * Initial commit
Keywords: python,easyengine,management
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Environment :: Web Environment
