jiractl

The command line interface for Jira REST API


Keywords
jira, jira-cli, python
License
MIT
Install
pip install jiractl==0.0.8

Documentation

python-jiractl

https://travis-ci.org/bgaifullin/python-jiractl.png?branch=master

The command line interface for Jira REST API

Usage

Requirements

  • jira>=1.0.10
  • pbr>=1.6
  • cliff>=1.18.0

Install

Automated

  1. jiractl can be installed through easy_install or pip.
pip install jiractl

Manual

  1. Clone the xmlsec repository to your local computer.
git clone git://github.com/bgaifullin/python-jiractl.git
  1. Change into the jiractl root directory.
cd /path/to/jiractrl
  1. Install the project and all its dependencies using pip.
pip install .

License

Unless otherwise noted, all files contained within this project are liensed under the MIT opensource license. See the included file LICENSE or visit opensource.org for more information.