python-taiga


Namepython-taiga JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/nephila/python-taiga
SummaryTaiga python API
upload_time2024-01-02 09:50:19
maintainer
docs_urlNone
authorNephila
requires_python>=3.7
licenseMIT
keywords taiga kanban wrapper api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ==============
python-taiga
==============

|Gitter| |PyPiVersion| |PyVersion| |Status| |TestCoverage| |CodeClimate| |License|

A python wrapper for the `Taiga REST API <http://taigaio.github.io/taiga-doc/dist/api.html>`_.

Documentation: https://python-taiga.readthedocs.io/

Usage: : https://python-taiga.readthedocs.io/usage.html


.. warning:: Version 1.1 change the signature of HistoryItem methods.
             Check the `documentation <https://python-taiga.readthedocs.io/>`_ and update your code if it uses kwargs for
             ``HistoryEntity.delete_comment`` / ``HistoryEntity.undelete_comment``.

.. |Gitter| image:: https://img.shields.io/badge/GITTER-join%20chat-brightgreen.svg?style=flat-square
    :target: https://gitter.im/nephila/applications
    :alt: Join the Gitter chat

.. |PyPiVersion| image:: https://img.shields.io/pypi/v/python-taiga.svg?style=flat-square
    :target: https://pypi.python.org/pypi/python-taiga
    :alt: Latest PyPI version

.. |PyVersion| image:: https://img.shields.io/pypi/pyversions/python-taiga.svg?style=flat-square
    :target: https://pypi.python.org/pypi/python-taiga
    :alt: Python versions

.. |Status| image:: https://img.shields.io/travis/nephila/python-taiga.svg?style=flat-square
    :target: https://travis-ci.org/nephila/python-taiga
    :alt: Latest Travis CI build status

.. |TestCoverage| image:: https://img.shields.io/coveralls/nephila/python-taiga/master.svg?style=flat-square
    :target: https://coveralls.io/r/nephila/python-taiga?branch=master
    :alt: Test coverage

.. |License| image:: https://img.shields.io/github/license/nephila/python-taiga.svg?style=flat-square
   :target: https://pypi.python.org/pypi/python-taiga/
    :alt: License

.. |CodeClimate| image:: https://codeclimate.com/github/nephila/python-taiga/badges/gpa.svg?style=flat-square
   :target: https://codeclimate.com/github/nephila/python-taiga
   :alt: Code Climate

.. :changelog:

*********
History
*********

.. towncrier release notes start

1.3.0 (2024-01-02)
==================

Features
--------

- Switch to bump-my-version (#140)
- Switch to Coveralls Github action (#155)
- Add a duplicate() method to Project. (#161)
- Adds SwimLane/SwimLanes models and support to add/list in Project. (#162)
- Adds the ability to read/write the default_swimlane attribute in Project. (#166)


Bugfixes
--------

- Add the version parameter to the alloed parameter so the requester can acess it. (#149)


1.2.0 (2023-08-23)
==================

Features
--------

- Add list_attachments on WikiPage (#100)
- Add refresh_token API call (#131)


Bugfixes
--------

- Add count to SearchResult object, fix wikipages attribute name in SearchResult object (#111)
- Add moveTo parameter in delete methods when needed by Taiga API (#130)
- Fix ruff linting error (#134)


1.1.0 (2023-04-23)
==================

Features
--------

- Update tooling, drop Python 2 (#59)
- Implement list_epic_attributes() (#103)
- Update packaging - python versions (#124)


Bugfixes
--------

- Update HistoryItem methods signatures (#97)
- Improve models documentation (#105)
- Add refresh token support to tests/resources/auth_users_success.json (#114)
- Fix pagination (#116)
- Update linting tools and fix code style (#117)


Improved Documentation
----------------------

- Improve documentation (#58)


1.0.0 (2019-08-08)
==================

* Add support for python 3.7
* Add support for epics
* Add support for additional attributes from Taiga 3.2/3.3
* Improve models
* Improve pagination support
* Fix and enforce code style

0.9.0 (2018-01-31)
==================

* Add support for multiple authentication backends
* Add support for self-signed and not verified SSL certificates
* Add support for webhooks
* Add pagination support for lists
* Add debian packaging
* Avoid installing tests as a separate module
* Move documentation to readthedocs
* Add support for Python 3.5/3.6

0.8.6 (2016-08-26)
==================

* Fix header values to be strings instead of boolean
* Fix requests compatibility issues

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nephila/python-taiga",
    "name": "python-taiga",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "taiga kanban wrapper api",
    "author": "Nephila",
    "author_email": "team@team.nephila.digital",
    "download_url": "https://files.pythonhosted.org/packages/56/10/87adf65626ee2bfa916085e3456a1417570a0e0a0e98beab8c621bf58de5/python-taiga-1.3.0.tar.gz",
    "platform": null,
    "description": "==============\npython-taiga\n==============\n\n|Gitter| |PyPiVersion| |PyVersion| |Status| |TestCoverage| |CodeClimate| |License|\n\nA python wrapper for the `Taiga REST API <http://taigaio.github.io/taiga-doc/dist/api.html>`_.\n\nDocumentation: https://python-taiga.readthedocs.io/\n\nUsage: : https://python-taiga.readthedocs.io/usage.html\n\n\n.. warning:: Version 1.1 change the signature of HistoryItem methods.\n             Check the `documentation <https://python-taiga.readthedocs.io/>`_ and update your code if it uses kwargs for\n             ``HistoryEntity.delete_comment`` / ``HistoryEntity.undelete_comment``.\n\n.. |Gitter| image:: https://img.shields.io/badge/GITTER-join%20chat-brightgreen.svg?style=flat-square\n    :target: https://gitter.im/nephila/applications\n    :alt: Join the Gitter chat\n\n.. |PyPiVersion| image:: https://img.shields.io/pypi/v/python-taiga.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/python-taiga\n    :alt: Latest PyPI version\n\n.. |PyVersion| image:: https://img.shields.io/pypi/pyversions/python-taiga.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/python-taiga\n    :alt: Python versions\n\n.. |Status| image:: https://img.shields.io/travis/nephila/python-taiga.svg?style=flat-square\n    :target: https://travis-ci.org/nephila/python-taiga\n    :alt: Latest Travis CI build status\n\n.. |TestCoverage| image:: https://img.shields.io/coveralls/nephila/python-taiga/master.svg?style=flat-square\n    :target: https://coveralls.io/r/nephila/python-taiga?branch=master\n    :alt: Test coverage\n\n.. |License| image:: https://img.shields.io/github/license/nephila/python-taiga.svg?style=flat-square\n   :target: https://pypi.python.org/pypi/python-taiga/\n    :alt: License\n\n.. |CodeClimate| image:: https://codeclimate.com/github/nephila/python-taiga/badges/gpa.svg?style=flat-square\n   :target: https://codeclimate.com/github/nephila/python-taiga\n   :alt: Code Climate\n\n.. :changelog:\n\n*********\nHistory\n*********\n\n.. towncrier release notes start\n\n1.3.0 (2024-01-02)\n==================\n\nFeatures\n--------\n\n- Switch to bump-my-version (#140)\n- Switch to Coveralls Github action (#155)\n- Add a duplicate() method to Project. (#161)\n- Adds SwimLane/SwimLanes models and support to add/list in Project. (#162)\n- Adds the ability to read/write the default_swimlane attribute in Project. (#166)\n\n\nBugfixes\n--------\n\n- Add the version parameter to the alloed parameter so the requester can acess it. (#149)\n\n\n1.2.0 (2023-08-23)\n==================\n\nFeatures\n--------\n\n- Add list_attachments on WikiPage (#100)\n- Add refresh_token API call (#131)\n\n\nBugfixes\n--------\n\n- Add count to SearchResult object, fix wikipages attribute name in SearchResult object (#111)\n- Add moveTo parameter in delete methods when needed by Taiga API (#130)\n- Fix ruff linting error (#134)\n\n\n1.1.0 (2023-04-23)\n==================\n\nFeatures\n--------\n\n- Update tooling, drop Python 2 (#59)\n- Implement list_epic_attributes() (#103)\n- Update packaging - python versions (#124)\n\n\nBugfixes\n--------\n\n- Update HistoryItem methods signatures (#97)\n- Improve models documentation (#105)\n- Add refresh token support to tests/resources/auth_users_success.json (#114)\n- Fix pagination (#116)\n- Update linting tools and fix code style (#117)\n\n\nImproved Documentation\n----------------------\n\n- Improve documentation (#58)\n\n\n1.0.0 (2019-08-08)\n==================\n\n* Add support for python 3.7\n* Add support for epics\n* Add support for additional attributes from Taiga 3.2/3.3\n* Improve models\n* Improve pagination support\n* Fix and enforce code style\n\n0.9.0 (2018-01-31)\n==================\n\n* Add support for multiple authentication backends\n* Add support for self-signed and not verified SSL certificates\n* Add support for webhooks\n* Add pagination support for lists\n* Add debian packaging\n* Avoid installing tests as a separate module\n* Move documentation to readthedocs\n* Add support for Python 3.5/3.6\n\n0.8.6 (2016-08-26)\n==================\n\n* Fix header values to be strings instead of boolean\n* Fix requests compatibility issues\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Taiga python API",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "https://github.com/nephila/python-taiga"
    },
    "split_keywords": [
        "taiga",
        "kanban",
        "wrapper",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20b57e28f1976cfc5c876242e20d9569fcdca1e2c6c4ceda33f3eba68de9343a",
                "md5": "1c6f7ea33ebd93cc718c164cf6d9462c",
                "sha256": "64ec98c93cb30763e8bda50769fb7398b7f7b2e2c240919b538702c73db33093"
            },
            "downloads": -1,
            "filename": "python_taiga-1.3.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c6f7ea33ebd93cc718c164cf6d9462c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 18680,
            "upload_time": "2024-01-02T09:50:17",
            "upload_time_iso_8601": "2024-01-02T09:50:17.609622Z",
            "url": "https://files.pythonhosted.org/packages/20/b5/7e28f1976cfc5c876242e20d9569fcdca1e2c6c4ceda33f3eba68de9343a/python_taiga-1.3.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "561087adf65626ee2bfa916085e3456a1417570a0e0a0e98beab8c621bf58de5",
                "md5": "ae6b8597f6250b28f6a1ecd479d62d70",
                "sha256": "a9f684f84c6bead1a0623fc378c64fb4085cfd3290c2f0e707c648fed972ce34"
            },
            "downloads": -1,
            "filename": "python-taiga-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ae6b8597f6250b28f6a1ecd479d62d70",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 31845,
            "upload_time": "2024-01-02T09:50:19",
            "upload_time_iso_8601": "2024-01-02T09:50:19.429184Z",
            "url": "https://files.pythonhosted.org/packages/56/10/87adf65626ee2bfa916085e3456a1417570a0e0a0e98beab8c621bf58de5/python-taiga-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-02 09:50:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nephila",
    "github_project": "python-taiga",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "python-taiga"
}
        
Elapsed time: 0.16085s