scoop-uv 0.15.2

Scoop up your Python envs with uv — the command is scuv
Documentation
1
2
3
4
5
6
//! uv client module

mod client;
pub mod version;

pub use client::{PythonInfo, UvClient, UvPipListEntry};