Skip to content

Python SDK

The official Python SDK for StremThru.

PyPI Version

Installation

sh
# pip
pip install stremthru

# poetry
poetry add stremthru

Usage

py
from stremthru import StremThru

st = StremThru(base_url="http://127.0.0.1:8080", auth="user:pass")

INFO

Detailed API documentation coming soon — contributions welcome.