Metadata-Version: 2.1
Name: jxctl
Version: 1.0.0
Summary: A Command line interface for Jenkins
Home-page: https://github.com/deepan10/jxctl
Author: Deepankumar Loganathan
Author-email: deepan0433@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: PyYAML (>=4.2b1)
Requires-Dist: Click (>=7.0)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: tabulate (>=0.8.3)
Requires-Dist: python-jenkins (>=1.4.0)

# `jxctl` 
![CircleCI (all branches)](https://img.shields.io/circleci/project/github/deepan10/jxctl.svg?style=plastic)  ![GitHub](https://img.shields.io/github/license/deepan10/jxctl.svg?style=plastic)

[![codecov](https://codecov.io/gh/deepan10/jxctl/branch/master/graph/badge.svg)](https://codecov.io/gh/deepan10/jxctl)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=jxctl&metric=coverage)](https://sonarcloud.io/dashboard?id=jxctl)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=jxctl&metric=alert_status)](https://sonarcloud.io/dashboard?id=jxctl)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=jxctl&metric=bugs)](https://sonarcloud.io/dashboard?id=jxctl)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=jxctl&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=jxctl)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=jxctl&metric=ncloc)](https://sonarcloud.io/dashboard?id=jxctl)

![PyPI](https://img.shields.io/pypi/v/jxctl.svg?color=f&style=plastic)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/jxctl.svg?color=f&style=plastic)
![PyPI - Downloads](https://img.shields.io/pypi/dm/jxctl.svg?color=f&style=plastic)

![Libraries.io dependency status for specific release](https://img.shields.io/librariesio/release/pypi/jxctl/0.0.6.svg?style=plastic)

[![Documentation Status](https://readthedocs.org/projects/jxctl/badge/?version=latest)](https://jxctl.readthedocs.io/en/latest/?badge=latest)

A Command line interface for Jenkins.

## Installation

    `pip install jxctl`

## Docs

[https://jxctl.readthedocs.io/en/latest/](https://jxctl.readthedocs.io/en/latest/)

## Contribution 
We are happy to accept PR's. Those who are interested raise Pull Request with unittest cases.


