Metadata-Version: 2.1
Name: jenkinsflow
Version: 3.1.2
Summary: Python API with high level build flow constructs (parallel/serial) for Jenkins (and Hudson).
Home-page: https://github.com/lhupfeldt/jenkinsflow
Author: Lars Hupfeldt Nielsen
Author-email: lhn@hupfeldtit.dk
License: BSD
Description: |Build Status| |Coverage| |Documentation Status| |PyPi Package| |License|
        
        jenkinsflow
        ===========
        
        Python API with high level build flow constructs (parallel/serial) for
        Jenkins (and Hudson). Allows full scriptable control over the execution
        of Jenkins jobs. Also allows running 'jobs' without using Jenkins (for
        testing without reloading Jenkins jobs).
        
        See INSTALL.md for installation and test setup. See demo/... for some
        usage examples. I don't test continuously on Hudson, but patches are
        welcome.
        
        Thanks to Aleksey Maksimov for contributing various bits, including the
        graph visualization.
        
        .. |Build Status| image:: https://api.travis-ci.org/lhupfeldt/jenkinsflow.svg?branch=master
           :target: https://travis-ci.org/lhupfeldt/jenkinsflow
        .. |Documentation Status| image:: https://readthedocs.org/projects/jenkinsflow/badge/?version=stable
           :target: https://jenkinsflow.readthedocs.org/en/stable/
        .. |PyPi Package| image:: https://badge.fury.io/py/jenkinsflow.svg
           :target: https://badge.fury.io/py/jenkinsflow
        .. |Coverage| image:: https://coveralls.io/repos/github/lhupfeldt/jenkinsflow/badge.svg?branch=master
           :target: https://coveralls.io/github/lhupfeldt/jenkinsflow?branch=master
        .. |License| image:: https://img.shields.io/github/license/lhupfeldt/jenkinsflow.svg
           :target: https://github.com/lhupfeldt/jenkinsflow/blob/master/LICENSE.TXT
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Testing
Provides-Extra: test
