Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nephila/python-taiga
:evergreen_tree: Python module for communicating with the Taiga API
https://github.com/nephila/python-taiga
hacktoberfest python rest taiga
Last synced: 4 days ago
JSON representation
:evergreen_tree: Python module for communicating with the Taiga API
- Host: GitHub
- URL: https://github.com/nephila/python-taiga
- Owner: nephila
- License: mit
- Created: 2015-01-29T20:04:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T22:43:52.000Z (18 days ago)
- Last Synced: 2024-10-22T19:04:51.921Z (17 days ago)
- Topics: hacktoberfest, python, rest, taiga
- Language: Python
- Homepage: https://python-taiga.readthedocs.io
- Size: 448 KB
- Stars: 96
- Watchers: 13
- Forks: 41
- Open Issues: 19
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-robotic-tooling - Taiga API - Python Library for REST API of Taiga. (Communication and Coordination)
- awesome-starred - nephila/python-taiga - :evergreen_tree: Python module for communicating with the Taiga API (python)
- awesome-robotic-tooling - Taiga API - Python Library for REST API of Taiga (Coordination and Communication)
- awesome-robotic-tooling - Taiga API - Python Library for REST API of Taiga. (Communication and Coordination)
README
==============
python-taiga
==============|Gitter| |PyPiVersion| |PyVersion| |Status| |TestCoverage| |CodeClimate| |License|
A python wrapper for the `Taiga REST API `_.
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 `_ 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