uv
tool
The Python runner behind WAD extractors — single-file scripts with inline PEP 723 dependency metadata.
Only two features matter here: uv run script.py resolves and runs a script in an isolated environment, and the # /// script header pins requires-python and dependencies inside the file itself. That makes an extractor one self-contained artefact — no venv, no requirements.txt, no packaging.