Python SDK
The official Python SDK for StremThru.
Installation
sh
# pip
pip install stremthru
# poetry
poetry add stremthruUsage
py
from stremthru import StremThru
st = StremThru(base_url="http://127.0.0.1:8080", auth="user:pass")Links
INFO
Detailed API documentation coming soon — contributions welcome.