Metadata-Version: 2.5
Name: cubepi
Version: 0.15.0
Summary: REMOVED: Install cubeloop and migrate imports from cubepi.
Project-URL: Homepage, https://cubeloop.dev
Project-URL: Documentation, https://cubeloop.dev/docs/migration/from-cubepi
License-Expression: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# cubepi is now cubeloop

The `cubepi` PyPI package has been renamed to **cubeloop**.

```bash
pip install cubeloop
```

```python
from cubeloop import Agent, tool
```

This distribution is a dependency-free tombstone. It does not install, import,
or proxy CubeLoop. Any `cubepi` import or command fails with migration
instructions so stale dependencies cannot silently continue.

See https://cubeloop.dev/docs/migration/from-cubepi
