uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
Thanks for the great tool, `uv pip compile` is blazing fast 🚀 I would like to suggest to add pre-commit support for `uv` to make it more useable. You probably...
I have a requirements file with a line that tries to install a local .whl file, but only on Windows. When I try to run this, UV gives an error:...
# Short version Add a cross-platform way to find out the uv cache directory (like pip has) for use on GitHub Actions. # Long version If we want to cache...
## Summary Fixes #1481 Allow `uv pip install` to fetch requirements files from a remote URL. ## Questions Apologies for the questions; this is my first Rust code in a...
Platform: Ubuntu 20.04 `uv` version: `fef1956` ## Reproduction ### Project files ``` # pyproject.toml [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" ``` ``` # setup.cfg [options] packages = find: install_requires=...
This results in an empty lock file and has caused some confusion: - https://github.com/astral-sh/uv/issues/1619 - https://github.com/astral-sh/uv/issues/1597 We can detect this case and warn.
This is effectively a request to include download-related information available to PyPI when interacting with the index server, so that informtion can used to make ecosystem-wide decision (by querying said...
## Summary Closes #1922 When a timeout occurs, it hints to the user to configure the `UV_HTTP_TIMEOUT` env var. Before ``` error: Failed to download distributions Caused by: Failed to...
## Summary Like #1955, but for `pip sync`. Closes https://github.com/astral-sh/uv/issues/1957.
`uv` does not correctly pick up new scripts in `project.scripts` when they changed. `project.scripts` are correctly synced when the venv is initially created and the initial sync is done. A...