Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 679 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 679 Bytes

YouTrack JSON REST API client library

PyPI PyPI

Current implementation is compatible with Python 3 and YouTrack 2017.1 or higher.
Authentication for old YouTrack versions will be realized later.

Requirements

Python 3.4+

Examples

from youtrack import Connection, TokenAuth

TOKEN = 'perm:XXXXXXXXXXX=.XXXXXXXXXXXXXXXXXX==.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
c = Connection('https://youtrack.gdsln.com/', TokenAuth(TOKEN))