Metadata-Version: 2.3
Name: jira-cloud-api
Version: 0.1.0
Summary: An elegant way to interact with Jira.
License: MIT
Author: Sharry
Author-email: sharry.xu@outlook.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: dateparser (>=1.2.2,<2.0.0)
Requires-Dist: requests (>=2.32.4)
Requires-Dist: typing-extensions (>=4.14.1,<5.0.0)
Requires-Dist: urllib3 (>=2.5.0,<3.0.0)
Description-Content-Type: text/x-rst

Jira API - Interact with Jira using Python
=============================================

|PyPI| |SupportedVersions| |Download| |Build| |MyPy| |Pylint| |License|

.. |PyPI| image:: https://img.shields.io/pypi/v/jira-cloud-api.svg?style=flat-square
    :target: https://pypi.org/project/jira-cloud-api/
    :alt: PyPI version

.. |SupportedVersions| image:: https://img.shields.io/pypi/pyversions/jira-cloud-api
    :target: https://pypi.org/project/jira-cloud-api/
    :alt: Supported versions

.. |Download| image:: https://img.shields.io/pepy/dt/jira-cloud-api
   :target: https://pepy.tech/projects/jira-cloud-api
   :alt: Pepy Total Downloads

.. |Build| image:: https://github.com/jira-assistant/jira-cloud-api/actions/workflows/python-3-test.yml/badge.svg
    :target: https://github.com/jira-assistant/jira-cloud-api/actions/workflows/python-3-test.yml
    :alt: python 3.11

.. |Pylint| image:: https://github.com/jira-assistant/jira-cloud-api/actions/workflows/pylint.yml/badge.svg
    :target: https://github.com/jira-assistant/jira-cloud-api/actions/workflows/pylint.yml
    :alt: Pylint 

.. |MyPy| image:: https://github.com/jira-assistant/jira-cloud-api/actions/workflows/mypy.yml/badge.svg
    :target: https://github.com/jira-assistant/jira-cloud-api/actions/workflows/mypy.yml
    :alt: MyPy 

.. |Codecov| image:: https://codecov.io/gh/jira-assistant/jira-cloud-api/branch/main/graph/badge.svg?token=CRNM1vEsGf
    :target: https://codecov.io/gh/jira-assistant/jira-cloud-api
    :alt: Codecov

.. |License| image:: https://img.shields.io/github/license/jira-assistant/jira-cloud-api
   :target: https://img.shields.io/github/license/jira-assistant/jira-cloud-api
   :alt: License

Collecting Ideas!!!
===================
If you have any ideas or good requirements related to this package, please let us know and we will do our best to fulfill! Please send emails to <sharry.xu@outlook.com>.

Installation
============
`jira-cloud-api` can be installed from PyPI using `pip` ::

    pip install -U jira-cloud-api

Download
========
jira-cloud-api is available on PyPI
https://pypi.org/project/jira-cloud-api

Code
====
The code and issue tracker are hosted on GitHub:
https://github.com/jira-assistant/jira-cloud-api

Author
======
The jira-assistant was written by Sharry Xu <sharry.xu@outlook.com> in 2025.

License
=======
All contributions after December 1, 2022 released under MIT license.

