Metadata-Version: 2.4
Name: clarity-api-sdk-python
Version: 0.1.4
Summary: A Python SDK to connect to the CTI Clarity API server.
Author-email: "Chesapeake Technology Inc." <support@chesapeaketech.com>
Project-URL: Homepage, https://github.com/chesapeake-tech/clarity-api-sdk-python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.28.1
Requires-Dist: brotli
Requires-Dist: h2
Requires-Dist: httpx_auth>=0.23.1
Requires-Dist: httpx-retries>=0.4.5
Requires-Dist: structlog
Provides-Extra: brotli
Requires-Dist: httpx[brotli]>=0.28.1; extra == "brotli"
Provides-Extra: http2
Requires-Dist: httpx[http2]>=0.28.1; extra == "http2"

# Clarity API SDK for Python

A Python SDK for connecting to the CTI API server, with structured logging included.

## Installation

```bash
pip install clarity-api-sdk-python
```
