Metadata-Version: 2.4
Name: caura
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

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

```python
from caura import Caura
```
