jira-assistant


Namejira-assistant JSON
Version 0.1.34 PyPI version JSON
download
home_page
SummaryConnect Excel with Jira
upload_time2024-03-06 06:51:26
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT 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.
keywords jira excel sorting project management tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "jira-assistant",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Sharry Xu <sharry.xu@outlook.com>",
    "keywords": "jira,excel,sorting,project management,tool",
    "author": "",
    "author_email": "Sharry Xu <sharry.xu@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/ee/c4/39ba3daf33af42c87d8a58c9eb39d777e97699ada06e72748f7258891c70/jira-assistant-0.1.34.tar.gz",
    "platform": null,
    "description": "Jira Assistant - Connect Excel with Jira\n=============================================\n\n|ProjectLogo|\n\n.. |ProjectLogo| image:: https://raw.githubusercontent.com/jira-assistant/jira-assistant/main/docs/img/logo.png\n    :target: https://github.com/jira-assistant/jira-assistant\n    :alt: Jira Assistant\n\n|PyPI| |SupportedVersions| |Download| |GitHubCommit| |Package Size| |CodeFactor| |GithubIssues| |Linux| |Windows| |Mac OS| |MyPy| |Pylint| |CodeQL| |Documentation| |Codecov| |CodeClimate| |License|\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/jira-assistant.svg?style=flat-square\n    :target: https://pypi.org/project/jira-assistant/\n    :alt: PyPI version\n\n.. |SupportedVersions| image:: https://img.shields.io/pypi/pyversions/jira-assistant\n    :target: https://pypi.org/project/jira-assistant/\n    :alt: Supported versions\n\n.. |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\n    :target: https://pepy.tech/project/jira-assistant\n    :alt: download\n\n.. |GitHubCommit| image:: https://img.shields.io/github/commit-activity/m/jira-assistant/jira-assistant\n    :target: https://github.com/jira-assistant/jira-assistant\n    :alt: GitHub commit activity\n\n.. |Package Size| image:: https://img.shields.io/github/repo-size/jira-assistant/jira-assistant\n    :target: https://img.shields.io/github/repo-size/jira-assistant/jira-assistant\n    :alt: Package Size\n\n.. |GitHubIssues| image:: https://img.shields.io/github/issues/jira-assistant/jira-assistant\n   :target: https://github.com/jira-assistant/jira-assistant/issues\n   :alt: GitHub issues\n\n.. |Linux| image:: https://github.com/jira-assistant/jira-assistant/actions/workflows/python-3-linux-test.yml/badge.svg\n    :target: https://github.com/jira-assistant/jira-assistant/actions/workflows/python-3-linux-test.yml\n    :alt: python 3.11 (Linux)\n\n.. |Mac OS| image:: https://github.com/jira-assistant/jira-assistant/actions/workflows/python-3-macos-test.yml/badge.svg\n    :target: https://github.com/jira-assistant/jira-assistant/actions/workflows/python-3-macos-test.yml\n    :alt: python 3.11 (Mac OS)\n\n.. |Windows| image:: https://github.com/jira-assistant/jira-assistant/actions/workflows/python-3-windows-test.yml/badge.svg\n    :target: https://github.com/jira-assistant/jira-assistant/actions/workflows/python-3-windows-test.yml\n    :alt: python 3.11 (Windows)\n\n.. |Pylint| image:: https://github.com/jira-assistant/jira-assistant/actions/workflows/pylint.yml/badge.svg\n    :target: https://github.com/jira-assistant/jira-assistant/actions/workflows/pylint.yml\n    :alt: Pylint \n\n.. |MyPy| image:: https://github.com/jira-assistant/jira-assistant/actions/workflows/mypy.yml/badge.svg\n    :target: https://github.com/jira-assistant/jira-assistant/actions/workflows/mypy.yml\n    :alt: MyPy \n\n.. |CodeQL| image:: https://github.com/jira-assistant/jira-assistant/workflows/CodeQL/badge.svg\n    :target: https://github.com/jira-assistant/jira-assistant/actions/workflows/CodeQL.yml\n    :alt: CodeQL \n\n.. |Documentation| image:: https://readthedocs.org/projects/jira-assistant/badge/?version=latest\n    :target: https://jira-assistant.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. |Codecov| image:: https://codecov.io/gh/jira-assistant/jira-assistant/branch/main/graph/badge.svg?token=CRNM1vEsGf\n    :target: https://codecov.io/gh/jira-assistant/jira-assistant\n    :alt: Codecov\n\n.. |CodeClimate| image:: https://api.codeclimate.com/v1/badges/571f5fe0a3e8fccbb3ff/maintainability\n   :target: https://codeclimate.com/github/jira-assistant/jira-assistant/maintainability\n   :alt: Maintainability\n\n.. |CodeFactor| image:: https://www.codefactor.io/repository/github/jira-assistant/jira-assistant/badge\n   :target: https://www.codefactor.io/repository/github/jira-assistant/jira-assistant\n   :alt: CodeFactor\n\n.. |License| image:: https://img.shields.io/github/license/jira-assistant/jira-assistant\n   :target: https://img.shields.io/github/license/jira-assistant/jira-assistant\n   :alt: License\n\nCollecting Ideas!!!\n===================\nIf 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>.\n\nDocumentation\n=============\nFor full documentation, including installation, tutorials and PDF documents, please see https://jira-assistant.readthedocs.io/en/stable/\n\nInstallation\n============\n`jira-assistant` can be installed from PyPI using `pip` ::\n\n    pip install -U jira-assistant\n\nDownload\n========\njira-assistant is available on PyPI\nhttps://pypi.org/project/jira-assistant\n\nCode\n====\nThe code and issue tracker are hosted on GitHub:\nhttps://github.com/jira-assistant/jira-assistant\n\nFeatures\n========\n\n* Currently using the Jira platform to gather the necessary information to complete the Excel file.\n* Able to create new stories on the Jira platform as needed.\n* There are multiple defined procedures available to retrieve additional information, apply customized filters and more, which can be combined to process the Excel file.\n* The Excel rows can be sorted using multiple sorting algorithms that can also be combined as per your requirement.\n\nAuthor\n======\nThe jira-assistant was written by Sharry Xu <sharry.xu@outlook.com> in 2022.\n\nStarting with version 0.1.5, the main function of this project has been totally finished.\n\nLicense\n=======\nAll contributions after December 1, 2022 released under MIT license.\n",
    "bugtrack_url": null,
    "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. ",
    "summary": "Connect Excel with Jira",
    "version": "0.1.34",
    "project_urls": {
        "Documentation": "https://jira-assistant.readthedocs.io/en/stable",
        "Issues": "https://github.com/jira-assistant/jira-assistant/issues",
        "Repository": "https://github.com/jira-assistant/jira-assistant"
    },
    "split_keywords": [
        "jira",
        "excel",
        "sorting",
        "project management",
        "tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd2c3be7ba94db2692db6bd0db4c7d6bc78d616256edc58d6d1aee4f0e04644b",
                "md5": "ab26c8e54f4a157c8bdf02d1988f9669",
                "sha256": "aeb241592ce837b1275607a77a46b6483e1e4d2bbefad520d4a1f88d22fd948a"
            },
            "downloads": -1,
            "filename": "jira_assistant-0.1.34-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ab26c8e54f4a157c8bdf02d1988f9669",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 36492,
            "upload_time": "2024-03-06T06:51:24",
            "upload_time_iso_8601": "2024-03-06T06:51:24.854429Z",
            "url": "https://files.pythonhosted.org/packages/fd/2c/3be7ba94db2692db6bd0db4c7d6bc78d616256edc58d6d1aee4f0e04644b/jira_assistant-0.1.34-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eec439ba3daf33af42c87d8a58c9eb39d777e97699ada06e72748f7258891c70",
                "md5": "e3166228ebf91501ef6ff4ae6c7450f7",
                "sha256": "7e0e7135d92048cf4d75254dc2d04c85ad3d5ab1722c8216c37577c02cb8039c"
            },
            "downloads": -1,
            "filename": "jira-assistant-0.1.34.tar.gz",
            "has_sig": false,
            "md5_digest": "e3166228ebf91501ef6ff4ae6c7450f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 42815,
            "upload_time": "2024-03-06T06:51:26",
            "upload_time_iso_8601": "2024-03-06T06:51:26.702972Z",
            "url": "https://files.pythonhosted.org/packages/ee/c4/39ba3daf33af42c87d8a58c9eb39d777e97699ada06e72748f7258891c70/jira-assistant-0.1.34.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-06 06:51:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jira-assistant",
    "github_project": "jira-assistant",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jira-assistant"
}
        
Elapsed time: 0.20181s