Metadata-Version: 2.4
Name: caura-sdk
Version: 1.0.0
Summary: Caura — governed shared memory for AI agent fleets. Metapackage for caura-client.
Author-email: Caura <hello@caura.ai>
License: Apache-2.0
Project-URL: Homepage, https://caura.ai
Project-URL: Documentation, https://caura.ai/docs
Project-URL: Repository, https://github.com/caura-ai/caura
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: caura-client>=1.0.0

# caura-sdk

Metapackage for [`caura-client`](https://pypi.org/project/caura-client/), the
official Python client for [Caura](https://caura.ai) — governed shared memory
for AI agent fleets.

```bash
pip install caura-sdk
```

```python
from caura_sdk import Caura
```

`caura-sdk`, [`caura`](https://pypi.org/project/caura/) and
[`caura-client`](https://pypi.org/project/caura-client/) all install the same
client. `caura-client` is the canonical name; the other two exist so that
install instructions pointing at them resolve instead of 404ing.
