Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 879 Bytes

File metadata and controls

27 lines (18 loc) · 879 Bytes

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.