Metadata-Version: 2.1
Name: jira-cli
Version: 3.0
Summary: command line utility for interacting with jira
Home-page: http://github.com/alisaifee/jira-cli
Author: Ali-Akber Saifee
Author-email: ali@indydevs.org
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: termcolor
Requires-Dist: six
Requires-Dist: ordereddict
Requires-Dist: jira
Requires-Dist: requests
Requires-Dist: argparse
Requires-Dist: suds-jurko
Requires-Dist: keyring
Requires-Dist: keyrings.alt

Introduction
============
Command line utility to interact with your jira instance. 

.. |travis-ci| image:: https://img.shields.io/travis/alisaifee/jira-cli/master.svg?style=flat-square
   :alt: build status
   :target: https://travis-ci.org/#!/alisaifee/jira-cli
.. |codecov| image:: https://img.shields.io/codecov/c/github/alisaifee/jira-cli/master.svg?style=flat-square
    :target: https://codecov.io/gh/alisaifee/jira-cli
.. |license| image:: https://img.shields.io/pypi/l/jira-cli.svg?style=flat-square
    :target: https://pypi.python.org/pypi/jira-cli
.. |pypi| image:: https://img.shields.io/pypi/v/jira-cli.svg?style=flat-square
    :target: https://pypi.python.org/pypi/jira-cli

.. _read the docs: https://jira-cli.readthedocs.org


|travis-ci| |codecov| |pypi| |license|

Documentation at `read the docs`_


Deprecation warning
===================
jira-cli, as of version ``2.1`` defaults to using the new command line interface.
The command line interface presented by versions up to ``0.4.2`` will be maintained (but only accessible if the ``--v1``
flag is passed in or the following snippet exists in the config file)::


    [jira]
    v1 = True



