Metadata-Version: 2.4
Name: hud-python
Version: 0.6.10
Summary: The HUD SDK was renamed to 'hud'. Install that instead.
Author-email: HUD <founders@hud.ai>
License: MIT
Project-URL: Homepage, https://github.com/hud-evals/hud-python
Project-URL: Documentation, https://docs.hud.ai
Classifier: Development Status :: 7 - Inactive
Description-Content-Type: text/markdown

# hud-python → hud

The HUD SDK was renamed on PyPI: [`hud-python`](https://pypi.org/project/hud-python/)
is now [`hud`](https://pypi.org/project/hud/). To migrate:

Uninstalling both names first is safe in every state, including a broken or
half-migrated install:

```bash
pip uninstall -y hud-python hud
pip install hud
```

Then replace `hud-python` with `hud` in requirements files, `pyproject.toml`,
Dockerfiles, and CI configs. The import name (`import hud`) and the CLI
(`hud`) are unchanged.

Docs: [docs.hud.ai](https://docs.hud.ai) · Source:
[github.com/hud-evals/hud-python](https://github.com/hud-evals/hud-python)
