Skip to main content

Backlog API v2 Client Library

Project description

Build Status Version

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

Install

You can install the client library with pip:

$ pip install BacklogPy

Example

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

>>> from BacklogPy import Backlog
>>> backlog = Backlog('space_name','api-key')
>>> response = backlog.get_project_list({'archived':'false', 'all':'false'})
>>> print(response.json()[0])
   {'archived': False,
    'chartEnabled': True,
    'displayOrder': 1234563786,
    'id': 12345,
    'name': 'Coffee Project',
    'projectKey': 'COFFEE_PROJECT',
    'projectLeaderCanEditProjectLeader': True,
    'subtaskingEnabled': False,
    'textFormattingRule': 'markdown',
    'useWikiTreeView': True}

Development

Tests

tox can support to test with few python versions

$ tox
$ tox -e py26,py36

or nosetests for one Python version

$ nosetests tests/backlog

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:

$ python3 api_generator/api_generator.py download
$ python3 api_generator/api_generator.py create

Build Wheel Package

$ pip3 install wheel
$ python3 setup.py bdist_wheel

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

BacklogPy-0.5.4.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

BacklogPy-0.5.4-py2.py3-none-any.whl (34.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file BacklogPy-0.5.4.tar.gz.

File metadata

  • Download URL: BacklogPy-0.5.4.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for BacklogPy-0.5.4.tar.gz
Algorithm Hash digest
SHA256 ee7dfaa1e9f9bd23e24b8a3ca29eab9c8be337305623e4a5083195843db0a378
MD5 d8d30ec7fb81c508cad2d1086b6cadb0
BLAKE2b-256 72884b9b072001198b5e4dd1702dda5dffcc51b26ec3a931b2afb28b93bed55c

See more details on using hashes here.

File details

Details for the file BacklogPy-0.5.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for BacklogPy-0.5.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b538de2027c1be20b001c07a48291af0e896e3659651c00fbc758ee09543769b
MD5 4062bbb24fc42f37ae4202a87745bc52
BLAKE2b-256 6adf0fe830909e2e1068b3ffc54fa759ff35ac383fb91c5aeaa784da9bcf3585

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page