Metadata-Version: 2.4
Name: cerno
Version: 0.1.1
Summary: Python SDK for the Cerno compliance API
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic>=2.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: respx>=0.22; extra == 'dev'
Description-Content-Type: text/markdown

# Cerno Python SDK

Python client for the Cerno compliance API.

```python
from cerno import CernoClient

client = CernoClient(api_key="sk_live_...")
result = client.verify({"reference_id": "test", ...})
```
