Skip to main content

Async client for Yandex Tracker API

Project description

YaTracker

Asyncio Yandex Tracker API client

Python Code style: black Code linter: ruff Checked with mypy Linters

Documentation: https://olegt0rr.github.io/YaTracker/ API docs: https://cloud.yandex.com/en/docs/tracker/about-api

Attention!

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

How to install

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')

    # get transitions:
    transitions = await issue.get_transitions()

    # execute transition
    transition = transitions[0]
    await transition.execute()
# 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-2023.9.2.tar.gz (19.3 kB view details)

Uploaded Source

Built Distribution

yatracker-2023.9.2-py3-none-any.whl (24.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: yatracker-2023.9.2.tar.gz
  • Upload date:
  • Size: 19.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for yatracker-2023.9.2.tar.gz
Algorithm Hash digest
SHA256 6121afc374be79d00f8370ab8cbca663e360f4107633a5ab5da030f4ed29215c
MD5 164db77d84446fac87ea7e457b2818e9
BLAKE2b-256 5ec0a9bb912f56924f617f0cf557557bbdb6356d54e1c4793a1e727fbc6497fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yatracker-2023.9.2-py3-none-any.whl
  • Upload date:
  • Size: 24.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for yatracker-2023.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6a115fb4b2406909519f60f4f5a9202af7dabaab8864ffbdd731c4af140e4707
MD5 a25dc3501717c51f8ecca9d6e10ec4e8
BLAKE2b-256 54bd0b4264d45fb520ad1a55b32c8b0b9f970d6786c623e693befb6546e23a95

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