Metadata-Version: 2.4
Name: memclaw-client
Version: 0.5.0
Summary: MemClaw is now Caura. This package now installs caura-client; the memclaw_client import keeps working forever.
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

# memclaw-client → caura-client

MemClaw was renamed **Caura** in 2026. From 0.5.0 this package is an empty
shell that depends on [`caura-client`](https://pypi.org/project/caura-client/).

Nothing breaks: `from memclaw_client import MemClaw` works exactly as before
(permanent alias, same objects). New code should use:

```python
from caura_client import Caura
```
