uv
https://github.com/astral-sh/uv
Rust
An extremely fast Python package and project manager, written in Rust.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported1 Subscribers
Add a CodeTriage badge to uv
Help out
- Issues
- Allow installation of scripts, e.g., `uv tool install --script <path>` or `uv script install`
- Add plugin support (and/or an python api)?
- Read `UV_INDEX_<NAME>_` credentials during `uv publish`
- `uv lock` fails to update outdated lockfile if project is in cache
- Ignore group completely when resolving depencencies.
- Using `uv tool run` to run an arbitrary version of a tool using a compatible version of Python doesn't work unless you explicitly specify the python version
- [DOC] Explain `uv sync` in the projects guide for working on existing projects
- Use `nvml` to detect CUDA driver version
- Allow `uv version` bumping `post` and `dev` together at the same time
- Some dependencies still hit pypi.org even when a default mirror is configured (uv 0.11.30, Windows 10, Python 3.13)
- Docs
- Rust not yet supported