Skip to main content

Fully asynchronous library for Yandex Tracker

Project description

YaTracker

Asyncio Yandex Tracker API client

API docs: https://tech.yandex.com/connect/tracker/api/about-docpage/

Attention!

  • All self properties renamed to url cause it's incompatible with Python.
  • All camelCase properties renamed to pythonic_case.
  • Methods named by author, cause Yandex API has no clear method names.

How to install

python3.7 -m pip install yatracker

How to use

from yatracker import YaTracker

tracker = YaTracker(org_id=..., token=...)

async def foo():
    # create issue
    issue = await tracker.create_issue('New Issue', 'KEY')

    # get issue
    issue = await tracker.get_issue('KEY-1')

    # update issue (just pass kwargs)
    issue = await tracker.edit_issue('KEY-1', description='Hello World')
# don't forget to close tracker on app shutdown
async def on_shutdown():
    await tracker.close()

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

yatracker-0.0.4.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

yatracker-0.0.4-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file yatracker-0.0.4.tar.gz.

File metadata

  • Download URL: yatracker-0.0.4.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.1

File hashes

Hashes for yatracker-0.0.4.tar.gz
Algorithm Hash digest
SHA256 8fa9345cf1104cdf3787e2388c02f18a78df96bb91e242c05f13e6abd997e50e
MD5 61d42b2c8bf803d94d74fc15cfcc9389
BLAKE2b-256 02d6b44a1c743aca5435d9c3814ce22983c8ed1ceaf9b9ceeb4faf5a6479fe51

See more details on using hashes here.

File details

Details for the file yatracker-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: yatracker-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.1

File hashes

Hashes for yatracker-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b614d424e70f9df4691c6d585758f03ec9399060f2990419674cd8c0679b71f7
MD5 26dd596108e8735b3de4a67b30886f4b
BLAKE2b-256 730d3d2ff0ae2ddd02522e31cabb0b8c51bc4645cb2732a1b3f30e1fb3685c9f

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