Metadata-Version: 1.1
Name: TravisPy
Version: 0.1.1
Summary: Python API for Travis CI.
Home-page: http://menegazzo.github.io/travispy/
Author: Fabio Menegazzo
Author-email: menegazzo@gmail.com
License: GPL
Description: # TravisPy
        
        TravisPy is a Python API for Travis CI.
        
        [![ci](http://img.shields.io/travis/menegazzo/travispy.svg?style=flat)](https://travis-ci.org/menegazzo/travispy)
        
        ## User guide
        
        ## Developer guide
        
        ## Support
        
        Need help? Click [here](https://github.com/menegazzo/travispy/issues?state=open) and open a new issue. You'll get your answer ASAP.
        
        ## Contribute
        
        TravisPy is under development, so if you want to join the team, you are welcome.
        - Feel free to [open issues](https://github.com/menegazzo/travispy/issues?state=open) 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.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
