Metadata-Version: 1.1
Name: jenkins-webapi
Version: 0.4.0
Summary: Module for interacting with the Jenkins CI server
Home-page: https://github.com/gvalkov/jenkins-webapi
Author: Georgi Valkov
Author-email: georgi.t.valkov@gmail.com
License: Revised BSD License
Description: Jenkins-webapi
        ==============
        
        Jenkins-webapi is a library for programatically accessing Jenkins'
        remote web API_. It has the following advantages over other similar
        libraries:
        
        * Supports Python versions 2.6 to 3.3.
        * Has a comprehensive test suite.
        * A concise and intuitive API.
        
        Documentation:
            http://jenkins-webapi.readthedocs.org/en/latest/
        
        Development:
            https://github.com/gvalkov/jenkins-webapi
        
        Package:
            http://pypi.python.org/pypi/jenkins-webapi
        
        Changelog:
            http://jenkins-webapi.readthedocs.org/en/latest/changelog.html
        
        
        .. _API: https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API
        
Keywords: jenkins ci
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
