Metadata-Version: 2.1
Name: stremthru
Version: 0.3.0
Summary: SDK for StremThru
License: MIT
Author: Munif Tanjim
Author-email: hello@muniftanjim.dev
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.11.9,<4.0.0)
Description-Content-Type: text/markdown

[![GitHub Workflow Status: CI [SDK/PY]](https://img.shields.io/github/actions/workflow/status/MunifTanjim/stremthru/ci-sdk-py.yml?branch=main&label=CI%20%5BSDK%2FPY%5D&style=for-the-badge)](https://github.com/MunifTanjim/stremthru/actions/workflows/ci-sdk-py.yml)
[![PyPI - Version](https://img.shields.io/pypi/v/stremthru?style=for-the-badge)](https://pypi.org/project/stremthru/)
[![License](https://img.shields.io/github/license/MunifTanjim/stremthru?style=for-the-badge)](https://github.com/MunifTanjim/stremthru/blob/main/sdk/py/LICENSE)

# StremThru - Python SDK

## Installation

```sh
pip install stremthru
# or
poetry add stremthru
```

## Usage

**Basic Usage:**

```py
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](./LICENSE) file for details.

