Metadata-Version: 2.4
Name: hud-python
Version: 0.6.9
Summary: The HUD SDK was renamed to 'hud'. This package just installs it.
Project-URL: Homepage, https://github.com/hud-evals/hud-python
Project-URL: Bug Tracker, https://github.com/hud-evals/hud-python/issues
Project-URL: Documentation, https://docs.hud.ai
Author-email: HUD <founders@hud.ai>
License: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <3.13,>=3.11
Requires-Dist: hud<0.7,>=0.6.9
Provides-Extra: agent
Requires-Dist: hud[agent]; extra == 'agent'
Provides-Extra: agents
Requires-Dist: hud[agents]; extra == 'agents'
Provides-Extra: bedrock
Requires-Dist: hud[bedrock]; extra == 'bedrock'
Provides-Extra: browseruse
Requires-Dist: hud[browseruse]; extra == 'browseruse'
Provides-Extra: daytona
Requires-Dist: hud[daytona]; extra == 'daytona'
Provides-Extra: dev
Requires-Dist: hud[dev]; extra == 'dev'
Provides-Extra: modal
Requires-Dist: hud[modal]; extra == 'modal'
Provides-Extra: robot
Requires-Dist: hud[robot]; extra == 'robot'
Provides-Extra: train
Requires-Dist: hud[train]; extra == 'train'
Description-Content-Type: text/markdown

# hud-python → hud

The HUD SDK is now published on PyPI as [`hud`](https://pypi.org/project/hud/).
The import name (`import hud`) and the CLI (`hud`) are unchanged — only the
package name on PyPI moved.

This package is an empty shim that depends on `hud`, so existing installs and
requirements files keep working. Please migrate at your convenience:

```bash
# instead of
pip install hud-python
uv tool install hud-python

# use
pip install hud
uv tool install hud
```

And replace `hud-python` with `hud` in `pyproject.toml`, `requirements.txt`,
Dockerfiles, and CI configs.

Note: if you have a pre-rename `hud-python` (< 0.6.9) already installed, run
`pip uninstall hud-python` before installing `hud` — both ship the same
top-level `hud` package and would overwrite each other. Upgrading in place
(`pip install -U hud-python`) is also safe: it moves you onto this shim.

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