Metadata-Version: 2.4
Name: requirements-as-code
Version: 2026.6.99
Summary: Renamed to rac-core. Transitional redirect — install rac-core instead.
Author-email: Tom Ballard <tom@armytage.co>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/itsthelore/rac-core
Project-URL: Repository, https://github.com/itsthelore/rac-core
Keywords: requirements-as-code,rac,rac-core,moved,renamed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: rac-core>=2026.6

# requirements-as-code → **rac-core**

> **This package has been renamed.** `requirements-as-code` is now published as
> [`rac-core`](https://pypi.org/project/rac-core/).

```bash
pip install rac-core
```

The import package and CLI are unchanged — you still `import rac` and run `rac`.
Only the PyPI distribution name changed (see ADR-092).

This release of `requirements-as-code` is a **transitional redirect**: it contains
no code of its own and simply depends on `rac-core`, so existing
`pip install requirements-as-code` and CI keep working. It will not be updated
further — point new installs at `rac-core`.
