Metadata-Version: 2.4
Name: clarity-api-sdk-python
Version: 0.1.1
Summary: A Python SDK to connect to the CTI 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: structlog

# 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
```
