Metadata-Version: 1.1
Name: TravisPy
Version: 0.3.2
Summary: Python API for Travis CI.
Home-page: https://github.com/menegazzo/travispy
Author: Fabio Menegazzo
Author-email: menegazzo@gmail.com
License: GPL
Description: .. |travispy| replace:: **TravisPy**
        .. |travisci| replace:: *Travis CI*
        .. |github| replace:: *GitHub*
        
        .. _official API: http://docs.travis-ci.com/api/
        .. _Ruby: https://github.com/travis-ci/travis.rb#ruby-library
        .. _requirement: http://docs.travis-ci.com/api/#external-apis
        .. _access token: https://github.com/settings/applications
        .. _open issues: https://github.com/menegazzo/travispy/issues?state=open
        
        ========
        TravisPy
        ========
        
        |travispy| is a Python API for |travisci|. It follows the `official API`_ and is implemented as
        similar as possible to `Ruby`_ implementation.
        
        Experimental methods will not be supported until they become official.
        
        For full documentation please refer to |travisci| `official API`_ documentation.
        
        .. image:: http://img.shields.io/pypi/v/TravisPy.svg?style=flat
            :target: https://pypi.python.org/pypi/TravisPy
            :alt: Latest Version
        
        .. image:: http://img.shields.io/badge/license-GPLv3-brightgreen.svg?style=flat
            :target: http://www.gnu.org/licenses/gpl-3.0-standalone.html
            :alt: License
        
        .. image:: http://img.shields.io/travis/menegazzo/travispy/v0.3.2.svg?style=flat
            :target: https://travis-ci.org/menegazzo/travispy
            :alt: Build status
        
        .. image:: http://img.shields.io/coveralls/menegazzo/travispy/v0.3.2.svg?style=flat
            :target: https://coveralls.io/r/menegazzo/travispy
            :alt: Coveralls
        
        Install
        =======
        
        To install |travispy| all it takes is one command line::
        
            pip install travispy
        
        Documentation
        =============
        
        * `Getting started <http://travispy.readthedocs.org/en/latest/getting_started/>`_
        
        * `API <http://travispy.readthedocs.org/en/latest/api/>`_
        
        * `Entities <http://travispy.readthedocs.org/en/latest/entities/>`_
        
        Support
        =======
        
        Need help? Click `here`__ and open a new issue. You'll get your answer ASAP.
        
        __ `open issues`_
        
        Contribute
        ==========
        
        |travispy| is under development, so if you want to join the team, you are welcome.
        
        * Feel free to `open issues`_ related to bugs or ideas.
        
        * If you are a developer:
        
          - Fork |travispy| before making any changes.
        
          - Write tests.
        
          - Create a *Pull Request* so changes can be merged.
        
        License
        =======
        
        |travispy| is licensed under `GPL v3.0 license <http://www.gnu.org/licenses/gpl-3.0-standalone.html>`_.
        
Keywords: travis ci continuous integration travisci
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
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 :: Implementation :: PyPy
