Metadata-Version: 2.1
Name: jira-assistant
Version: 0.1.37
Summary: Connect Excel with Jira
Author-email: Sharry Xu <sharry.xu@outlook.com>
Maintainer-email: Sharry Xu <sharry.xu@outlook.com>
License: MIT License
        
        Copyright (c) 2022 Sharry Xu
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Documentation, https://jira-assistant.readthedocs.io/en/stable
Project-URL: Repository, https://github.com/jira-assistant/jira-assistant
Project-URL: Issues, https://github.com/jira-assistant/jira-assistant/issues
Keywords: jira,excel,sorting,project management,tool
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: requests>=2.32.3
Requires-Dist: jira>=3.8.0
Requires-Dist: tomli; python_version < "3.11"
Requires-Dist: importlib_resources; python_version < "3.8"
Requires-Dist: importlib_metadata; python_version < "3.8"
Requires-Dist: requests-mock>=1.12.1
Requires-Dist: termcolor>=2.4.0
Provides-Extra: dev
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pylint; extra == "dev"

Jira Assistant - Connect Excel with Jira
=============================================

|ProjectLogo|

.. |ProjectLogo| image:: https://raw.githubusercontent.com/jira-assistant/jira-assistant/main/docs/img/logo.png
    :target: https://github.com/jira-assistant/jira-assistant
    :alt: Jira Assistant

|PyPI| |SupportedVersions| |Download| |GitHubCommit| |Package Size| |CodeFactor| |GithubIssues| |Linux| |Windows| |Mac OS| |MyPy| |Pylint| |CodeQL| |Documentation| |Codecov| |CodeClimate| |License|

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

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

.. |Download| image:: https://static.pepy.tech/personalized-badge/jira-assistant?period=month&units=international_system&left_color=black&right_color=blue&left_text=downloads/month
    :target: https://pepy.tech/project/jira-assistant
    :alt: download

.. |GitHubCommit| image:: https://img.shields.io/github/commit-activity/m/jira-assistant/jira-assistant
    :target: https://github.com/jira-assistant/jira-assistant
    :alt: GitHub commit activity

.. |Package Size| image:: https://img.shields.io/github/repo-size/jira-assistant/jira-assistant
    :target: https://img.shields.io/github/repo-size/jira-assistant/jira-assistant
    :alt: Package Size

.. |GitHubIssues| image:: https://img.shields.io/github/issues/jira-assistant/jira-assistant
   :target: https://github.com/jira-assistant/jira-assistant/issues
   :alt: GitHub issues

.. |Linux| image:: https://github.com/jira-assistant/jira-assistant/actions/workflows/python-3-linux-test.yml/badge.svg
    :target: https://github.com/jira-assistant/jira-assistant/actions/workflows/python-3-linux-test.yml
    :alt: python 3.11 (Linux)

.. |Mac OS| image:: https://github.com/jira-assistant/jira-assistant/actions/workflows/python-3-macos-test.yml/badge.svg
    :target: https://github.com/jira-assistant/jira-assistant/actions/workflows/python-3-macos-test.yml
    :alt: python 3.11 (Mac OS)

.. |Windows| image:: https://github.com/jira-assistant/jira-assistant/actions/workflows/python-3-windows-test.yml/badge.svg
    :target: https://github.com/jira-assistant/jira-assistant/actions/workflows/python-3-windows-test.yml
    :alt: python 3.11 (Windows)

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

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

.. |CodeQL| image:: https://github.com/jira-assistant/jira-assistant/workflows/CodeQL/badge.svg
    :target: https://github.com/jira-assistant/jira-assistant/actions/workflows/CodeQL.yml
    :alt: CodeQL 

.. |Documentation| image:: https://readthedocs.org/projects/jira-assistant/badge/?version=latest
    :target: https://jira-assistant.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

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

.. |CodeClimate| image:: https://api.codeclimate.com/v1/badges/571f5fe0a3e8fccbb3ff/maintainability
   :target: https://codeclimate.com/github/jira-assistant/jira-assistant/maintainability
   :alt: Maintainability

.. |CodeFactor| image:: https://www.codefactor.io/repository/github/jira-assistant/jira-assistant/badge
   :target: https://www.codefactor.io/repository/github/jira-assistant/jira-assistant
   :alt: CodeFactor

.. |License| image:: https://img.shields.io/github/license/jira-assistant/jira-assistant
   :target: https://img.shields.io/github/license/jira-assistant/jira-assistant
   :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>.

Documentation
=============
For full documentation, including installation, tutorials and PDF documents, please see https://jira-assistant.readthedocs.io/en/stable/

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

    pip install -U jira-assistant

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

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

Features
========

* Currently using the Jira platform to gather the necessary information to complete the Excel file.
* Able to create new stories on the Jira platform as needed.
* There are multiple defined procedures available to retrieve additional information, apply customized filters and more, which can be combined to process the Excel file.
* The Excel rows can be sorted using multiple sorting algorithms that can also be combined as per your requirement.

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

Starting with version 0.1.5, the main function of this project has been totally finished.

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