uv/crates/uv-virtualenv
Charlie Marsh d052427c37
Accept &Path when creating executable links (#14791)
## Summary

I don't see a great reason for this to take an owned value. It only
needs an owned value for error cases.
2025-07-21 11:53:28 -04:00
..
src Accept &Path when creating executable links (#14791) 2025-07-21 11:53:28 -04:00
Cargo.toml Require uv venv --clear before removing an existing directory (#14309) 2025-07-17 17:20:21 -05:00
README.md Rename gourgeist to uv-virtualenv (#2118) 2024-03-01 14:02:40 -05:00

uv-virtualenv

uv-virtualenv is a rust library to create Python virtual environments. It also has a CLI.