TSAW : Torrent Server API Wrapper.
Project description
TSAW Torrent Server API Wrapper.
More information about the api at http://ion-torrent-sdk.readthedocs.io/en/latest/
Installation
pip install tsaw
Usage example
Get the 10 last results for plugin with id 42
>>> from tsaw import TorrentServerApi
>>> ts = TorrentServerApi("http://myserver/rundb/api/v1/", "ION_TS_USERNAME", "ION_TS_PASSWORD")
>>> pluginresults = ts.pluginresult(params={"format": "json", "limit": 10, "order_by": "-id", "plugin": "42"})
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
tsaw-0.4.10.tar.gz
(2.8 kB
view details)
File details
Details for the file tsaw-0.4.10.tar.gz.
File metadata
- Download URL: tsaw-0.4.10.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54d77e5bbe606235e92ef93f02c46b6247743e9531e03819c815c9c359f51204
|
|
| MD5 |
9a03be7422503ad9c33744fc6d1325a6
|
|
| BLAKE2b-256 |
9218fe47138865c1943b8e5872c8885170b8771bb3660391ed5abddc852964f0
|