Metadata-Version: 1.1
Name: autopilot
Version: 0.3.0
Summary: Helper to create and distribute Python packages
Home-page: http://jlesquembre.github.io/autopilot
Author: José Luis Lafuente
Author-email: jl@lafuente.me
License: GNU General Public License v2 (GPLv2)
Description: ==========================
         autopilot -- Description
        ==========================
        
        
        autopilot is a Python 3 utility helper to create and distribute Python packages.
        
        
        Documentation
        -------------
        
        Documentation for autopilot is hosted at http://autopilot-docs.readthedocs.org/
        and at http://jlesquembre.github.io/autopilot/
        
        Screenshots
        -----------
        
        - Create new project. Command `ap new` :
        
            .. image:: https://github.com/jlesquembre/autopilot/blob/master/docs/source/images/new_project.png
        
        
        - Create new release. Command `ap release` :
        
            .. image:: https://github.com/jlesquembre/autopilot/blob/master/docs/source/images/new_release.png
        
        
        Status
        ------
            .. image:: https://travis-ci.org/jlesquembre/autopilot.svg
                :target: https://travis-ci.org/jlesquembre/autopilot
        
        ..
            .. image:: https://coveralls.io/repos/jlesquembre/autopilot.png?branch=master
                :target: https://coveralls.io/r/jlesquembre/autopilot?branch=master
                :alt: Coverage Status
        
Keywords: python
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
