Metadata-Version: 2.4
Name: convexity-sdk
Version: 0.5.0
Summary: Convexity Python SDK - programmatic access to the Convexity platform
Requires-Python: >=3.12
Requires-Dist: convexity-api-client~=0.4.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic>=2.10.0
Description-Content-Type: text/markdown

# Convexity SDK

Python SDK for the Convexity platform.

## Installation

```bash
pip install convexity-sdk
```

## Usage

```python
import convexity_sdk
```
