Metadata-Version: 2.4
Name: raucle-detect
Version: 0.22.0
Summary: DEPRECATED: renamed to 'raucle'. This transition package depends on raucle; update installs to 'pip install raucle'.
Project-URL: Homepage, https://github.com/craigamcw/raucle
Author-email: Raucle <oss@raucle.com>
License-Expression: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: raucle>=0.22.0
Description-Content-Type: text/markdown

# raucle-detect is now raucle

This package has been renamed to [`raucle`](https://pypi.org/project/raucle/).
This is a transition release that simply depends on `raucle` — update your
installs and imports:

```bash
pip install raucle
```

```python
import raucle  # was: import raucle_detect (still works via a deprecation shim)
```

Wire formats (provenance receipts, audit chains, registries) are unchanged.
