Metadata-Version: 2.4
Name: EMGeniusSDK
Version: 0.0.2a3
Summary: Basic Python SDK for EMGenius
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.28.1
Requires-Dist: httpx-ws>=0.8.2
Requires-Dist: pydantic>=2.12.5
Dynamic: license-file

# EMGeniusSDK
Python SDK for interacting with the EMGenius backend.

## Quick start
```python
from emgeniussdk import EMGeniusClient

client = EMGeniusClient()
```
