uv/crates/uv-virtualenv
Charlie Marsh 5fed1f6259
Use simpler pip-like `Scheme` for install paths (#2173)
## Summary

This will make it easier to use the paths returned by `distutils.py`
(for some cases). No code or behavior changes; just removing some fields
we don't need.
2024-03-04 15:50:13 -05:00
..
src Use simpler pip-like `Scheme` for install paths (#2173) 2024-03-04 15:50:13 -05:00
Cargo.toml Use simpler pip-like `Scheme` for install paths (#2173) 2024-03-04 15:50:13 -05:00
README.md Rename `gourgeist` to `uv-virtualenv` (#2118) 2024-03-01 14:02:40 -05:00

README.md

uv-virtualenv

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