uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
### Question Consider a project with the following folder structure: ``` . ├── foo │ ├── hello.py │ └── pyproject.toml └── pyproject.toml ``` **pyproject.toml** ```toml [project] name = "uv-nested" version...
### Summary I have an internal facing repository configured with: UV_EXTRA_INDEX_URL=.... this index doesn't mirror the pypi.org repository When I try to install packages with UV 0.7 I get an...
### Summary Awesome tool!! Thank you. It would be nice to have may be (--short) when listing installed python tools. Example: I have 5-7 tools installed, with impacket in that...
### Summary Please note that this is the first issue I have ever created on GitHub, so my apologies if I have missed any norms. Thanks for the great project....
### Summary We have a workspace monorepo structured like this: ``` monorepo |- packages |- package_a |- package_b |- package_c ``` Package `package_a` depends on `package_b`, and `package_b`has no workspace...
# Expectation The [documentation](https://docs.astral.sh/uv/reference/cli/#uv-run) of the `uv run` command states > If the script contains inline dependency metadata, it will be installed into an isolated, **ephemeral** environment. Thus my expectation...
uv 0.4.30 (Homebrew 2024-11-05) ``` uv cache prune -v ... ... Removed 79634 files (2.0GiB) ``` Wow, I didn't even know there was that much crud there. Thing is, just...
### Summary ## Expected Behavior ```shell python3.12 Python 3.12.3 (main, Feb 4 2025, 14:48:35) [GCC 13.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> KeyboardInterrupt >>>...
### Summary When I run `uv init temp --verbose`, it cannot generate the `.git` folder and `.gitignore` file. But if I explicitly specify the VCS with `uv init temp --verbose...
### Summary I would like to be able to specify source dependencies by pattern. For example, when I install `torch` from index-url like cuda, a lot of `nvidia-*` dependencies if...