mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 05:50:25 -05:00
(#17032) It's been bothering me that we have a bunch of stub packages and such in a `scripts` directory.
This fake uv package symlinks the Python module of uv in-tree and has a fake uv binary, allowing
testing of the Python module behaviors. Consumers can replace the uv binary with a debug binary or
similar if they need it to actually work.