This is a Python SDK for Youtrack API. It provides a simple way to interact with Youtrack API.
pip:
pip install git+https://github.com/hyperskill/[email protected]#subdirectory=youtrack
poetry:
[tool.poetry.dependencies]
youtrack = { git = "https://github.com/hyperskill/hyperskill-sdk.git", tag = "1.0.0", subdirectory = "youtrack" }
poetry install