Metadata-Version: 2.4
Name: unomiq-sdk
Version: 0.1.1
Summary: Unomiq SDK for sending OpenTelemetry traces to the Unomiq Gateway API
Project-URL: Homepage, https://github.com/unomiq-ai/python-sdk
Project-URL: Repository, https://github.com/unomiq-ai/python-sdk
Author: Unomiq
License-Expression: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: opentelemetry-api<2,>=1.39.0
Requires-Dist: opentelemetry-exporter-otlp-proto-http<2,>=1.39.0
Requires-Dist: opentelemetry-sdk<2,>=1.39.0
Requires-Dist: pydantic<3,>=2.12.5
Requires-Dist: requests<3,>=2.32.5
Description-Content-Type: text/markdown

# unomiq-sdk

Unomiq's Python SDK for sending OpenTelemetry traces to the Unomiq Gateway API and querying unit economics data, with built-in OAuth2 authentication.

```python
from unomiq import UnomiqGateway

UnomiqGateway.init(
    app_name="my-service",
    client_id="your-client-id",
    client_secret="your-client-secret",
)
```
