- cross-posted to:
- [email protected]
- [email protected]
- cross-posted to:
- [email protected]
- [email protected]
TL;DR: uv is an extremely fast Python package manager, written in Rust.
TL;DR: uv is an extremely fast Python package manager, written in Rust.
Why not? It’s 10x faster.
I think it might have some other new features but you don’t need to use those.
This is exactly what we do at work. There’s no way I could convince everyone to switch to
uv
so I just switch between them based on an environment variable.It even supports random stuff like
pip install --config-settings editable_mode=compat --editable foo
which is required for static tooling to work (e.g. Pyright).