use-venv
Python virtual environment metadata primitives for RustUse.
Experimental
use-venv is experimental while use-python remains below 0.3.0.
Example
use ;
let env = new;
assert_eq!;
assert_eq!;
# Ok::
Scope
- Virtual environment name, kind, path, activation shell, and environment variable labels.
- Lightweight name validation.
- Passive environment metadata.
Non-goals
- Creating, modifying, activating, or deleting virtual environments.
- Shelling out to
python,venv,virtualenv,conda,poetry,uv, orpipenv. - Managing dependencies or interpreter installations.
License
Licensed under either Apache-2.0 or MIT.