Metadata-Version: 1.1
Name: jenkinsflow
Version: 1.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: 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.
        
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: Topic :: Software Development :: Testing
