Metadata-Version: 2.1
Name: ujenkins
Version: 0.1.0
Summary: Universal (sync/async) Python client for Jenkins
Home-page: https://github.com/pbelskiy/ujenkins
Author: Petr Belskiy
Author-email: petr.belskiy@gmail.com
License: UNKNOWN
Download-URL: https://pypi.org/project/ujenkins
Description: Universal Python client for `Jenkins <http://jenkins.io>`_
        ==========================================================
        
        Status
        ------
        
        |Build status|
        |Docs status|
        |Coverage status|
        |Version status|
        |Downloads status|
        
        .. |Build status|
           image:: https://github.com/pbelskiy/ujenkins/workflows/Tests/badge.svg
        .. |Docs status|
           image:: https://readthedocs.org/projects/ujenkins/badge/?version=latest
        .. |Coverage status|
           image:: https://img.shields.io/coveralls/github/pbelskiy/ujenkins?label=Coverage
        .. |Version status|
           image:: https://img.shields.io/pypi/pyversions/ujenkins?label=Python
        .. |Downloads status|
           image:: https://img.shields.io/pypi/dm/ujenkins?color=1&label=Downloads
        
        Documentation
        -------------
        
        `Read the Docs <https://ujenkins.readthedocs.io/en/latest/>`_
        
        Installation
        ------------
        
        ::
        
            pip3 install -U ujenkins
        
Keywords: jenkins
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
