Metadata-Version: 2.0
Name: autopilot
Version: 0.2.1
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)
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
Requires-Dist: click (>=5.1)
Requires-Dist: distlib (>=0.2.2)
Requires-Dist: GitPython (>=1.0.1)
Requires-Dist: Mako (>=1.0.2)
Requires-Dist: ruamel.yaml (>=0.10.7)
Requires-Dist: sarge (>=0.1.4)

==========================
 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/


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


