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
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 tautulli-4.6.8.2142.tar.gz.
File metadata
- Download URL: tautulli-4.6.8.2142.tar.gz
- Upload date:
- Size: 70.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3e033af8e8e16d7ef4b75e1866ab29a77e61ea106c3d785262c55d9128c5baf
|
|
| MD5 |
045aaf51ac5a6a8fc708509464006da3
|
|
| BLAKE2b-256 |
3072cb7e70f5c021e759c7b061efe88169b6770ccd27e835c5329c8c92bfa804
|
File details
Details for the file tautulli-4.6.8.2142-py3-none-any.whl.
File metadata
- Download URL: tautulli-4.6.8.2142-py3-none-any.whl
- Upload date:
- Size: 90.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73c07df80cdc92474c6c623b783478b6b0ad479f13e1779fcdf0a444b6bd09c6
|
|
| MD5 |
b4852ece6b5d87ee77fcd50bce400505
|
|
| BLAKE2b-256 |
46a63d62dd403dba9f060cb9fe60aa97a37312df36faf7a0ab7eaf388625cba5
|