A complete Python client for Tautulli's API
Project description
A Python client for Tautulli's API
Interact with Tautulli's API in Python
Installation
- From PyPi (recommended):
python -m pip install tautulli
- From GitHub
python -m pip install git+https://github.com/nwithan8/pytulli.git
- This is not recommended, as the version will always default to 0.0.0
Usage
This client covers nearly 100% of all Tautulli's available API calls, including type checks and enforcing required variables.
More details about Tautulli's API can be found on the Tautulli's GitHub wiki page.
Most API call functions that return data return raw JSON data. Some return strings or file contents (in the case of downloads).
API calls functions that do not return data return True
/False
booleans to confirm that the API call was successful.
Import the tautulli
package as initialize the API
Example:
from tautulli import RawAPI
api = RawAPI(base_url="http://myipaddress:port", api_key="thisisanapikey")
You can optionally pass verbose=True
into the API declaration to produce verbose debugging logs and error messages.
Additional utilities and shortcuts can be accessed via the tautulli.tools
module.
Documentation
Documentation available on ReadTheDocs
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
File details
Details for the file tautulli-4.3.4.2140.tar.gz
.
File metadata
- Download URL: tautulli-4.3.4.2140.tar.gz
- Upload date:
- Size: 69.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f277e46d9ba25c94c399548b7727160d0e07f32f74ca38c6551cfcc544f1395 |
|
MD5 | b3ae669351adfe81117add32c2b77cdf |
|
BLAKE2b-256 | ce3e49f6df9a0f8dfe9e6519f4e7392938dccbba4628c5781f59a2b2bcc33179 |
File details
Details for the file tautulli-4.3.4.2140-py3-none-any.whl
.
File metadata
- Download URL: tautulli-4.3.4.2140-py3-none-any.whl
- Upload date:
- Size: 89.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b1da85ccd98bd40268893030fcaf2b5fc0e49d691128325118edb72cc4abf91 |
|
MD5 | 710eaf6f747af4333bdaf1408830aa1f |
|
BLAKE2b-256 | 64ef6391e687de8bd95e469ff80826d56cd63f162314ab8c34ede55adb8c76c7 |