YouTrack JSON REST API Python 3 Client Library
Project description
YouTrack JSON REST API client library
======
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
------
```python
from youtrack import Connection, TokenAuth
TOKEN = 'perm:XXXXXXXXXXX=.XXXXXXXXXXXXXXXXXX==.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
c = Connection('https://youtrack.gdsln.com/', TokenAuth(TOKEN))
```
======
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
------
```python
from youtrack import Connection, TokenAuth
TOKEN = 'perm:XXXXXXXXXXX=.XXXXXXXXXXXXXXXXXX==.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
c = Connection('https://youtrack.gdsln.com/', TokenAuth(TOKEN))
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file youtrack-rest-api-0.0.1.tar.gz.
File metadata
- Download URL: youtrack-rest-api-0.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44bda05a257c739f7ff6c2d85f6a25549fe60203558c05a11214592468fb3944
|
|
| MD5 |
4161d92ac4738c33085d2164f6c41921
|
|
| BLAKE2b-256 |
c5fe63972466cd096a5a55dee62d8418e996d05cc5f7d4eb7d0a210b7f78f178
|
File details
Details for the file youtrack_rest_api-0.0.1-py3-none-any.whl.
File metadata
- Download URL: youtrack_rest_api-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50a3b2b8dce94165084583a29d8bdb86bab30430279cef1848eb756e97f1f81e
|
|
| MD5 |
d47b688b410eb095bf9ee6ec66a74d9c
|
|
| BLAKE2b-256 |
bb1d2af2588919e590046240007c6fd3bfdf5d7409d5f496a12a94c84f348fb0
|