Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 451 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 451 Bytes

hyperskill-sdk

Youtrack SDK

This is a Python SDK for Youtrack API. It provides a simple way to interact with Youtrack API.

Installation

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