koxudaxi / BacklogPy

Backlog API v2 Client Library for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BacklogPy - Backlog API v2 Client Library for Python

Build Status Version Downloads Python Version

BacklogPy is Backlog API v2 Client Library for Python 2/3

Install

You can install the client library with pip:

Example

The client Library has API Call methods for All Backlog v2 API:

Also you can use dict parameters with '*_raw' methods:

ScreenShot

You can use auto-completion for methods and arguments in Interpreter(IPython) and IDE(PyCharm, Jedi and more)

image

image

Development

Tests

tox can support to test with few python versions

or nosetests for one Python version

Generating The Backlog API v2 Client

The Backlog API v2 Client is created by api_generator. api_generator downloads API Documents from https://developer.nulab-inc.com/docs/backlog/ . And parse API Documents to generate The Backlog API v2 Client:

Build Wheel Package

About

Backlog API v2 Client Library for Python

License:MIT License


Languages

Language:Python 100.0%