Skip to content

Latest commit

 

History

History

py

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GitHub Workflow Status: CI [SDK/PY] PyPI - Version License

StremThru - Python SDK

Installation

pip install stremthru
# or
poetry add stremthru

Usage

Basic Usage:

from stremthru import StremThru;

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

License

Licensed under the MIT License. Check the LICENSE file for details.