uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
* Document good first issues * Document `scripts` directory, as far as useful for contributors * Remove compare with pip script, we don't need it anymore I think this closes...
Currently when uv makes requests the User Agent is set to just `uv`. It would be nice that it includes the version (e.g. `uv/{version}`) for improved visibility and statistics for...
Discussed this with Armin -- pip doesn't support it, and it seems like a big problem? If you have an internal index, but also want to get some packages from...
In cases where uv doesn't work on something where pip succeeds, it often took us some back-and-forth to get the relevant information. I want to improve this with this issue...
Update #1918 to handle https://github.com/pypa/pip/pull/12536, where pip removed their python minor entrypoint. The pip test is semi-functional since it builds pip from source instead of using a wheel with the...
Running `install_git_private_https_pat_and_username` inserts the user and password for astral-test-user into my keyring:  This breaks my git setup because now _all_ invocations in any repository with a github remote try...
Brings us in-line with Python's behavior: 1. Prioritize `none` tags _after_ all of the relevant platform tags 2. Omit `none` tags for CPython versions less than the current version 3....
From version 0.1.19 onwards, `uv` seems to no longer respect the Python interpreter set by using `pyenv local`, even though it did on previous versions. This still reproduces on the...
## System * `uv` 0.1.21 (e9c12c52f 2024-03-14) ## Description uv doesn't add all package files when installing from an sdist, while virtualenv+pip do it correctly: ### uv ```console $ uv...
If you do `cargo run pip install deptry --no-binary deptry --cache-dir foo` from the `uv` directory: ``` error: Failed to download distributions Caused by: Failed to fetch wheel: deptry==0.14.0 Caused...