pip install stremthru
# or
poetry add stremthruBasic Usage:
from stremthru import StremThru;
st = StremThru(base_url="http://127.0.0.1:8080", auth="user:pass")Licensed under the MIT License. Check the LICENSE file for details.
pip install stremthru
# or
poetry add stremthruBasic Usage:
from stremthru import StremThru;
st = StremThru(base_url="http://127.0.0.1:8080", auth="user:pass")Licensed under the MIT License. Check the LICENSE file for details.