Metadata-Version: 2.1
Name: jenkinsflow
Version: 5.2.0
Summary: Python API with high level build flow constructs (parallel/serial) for Jenkins.
Home-page: https://github.com/lhupfeldt/jenkinsflow.git
Author: Lars Hupfeldt Nielsen
Author-email: lhn@hupfeldtit.dk
License: BSD
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: requests<=3.0,>=2.20
Requires-Dist: atomicfile<=2.0,>=1.0
Requires-Dist: click>=7.0
Requires-Dist: tenjin>=1.1.1
Requires-Dist: psutil>=5.6.6
Requires-Dist: setproctitle>=1.1.10
Requires-Dist: bottle>=0.12.1
Provides-Extra: dev
Requires-Dist: nox; extra == "dev"

|Build Status| |Coverage| |Documentation Status| |PyPi Package| |License|

jenkinsflow
-----------

Python API with high level build flow constructs (parallel/serial) for
Jenkins. 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.

Thanks to Aleksey Maksimov for contributing various bits, including the
graph visualization.

.. |Build Status| image:: https://app.travis-ci.com/lhupfeldt/jenkinsflow.svg?branch=master
   :target: https://app.travis-ci.com/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
