wovensnake 0.3.4

A high-performance Python package manager built with Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod add;
pub mod clean;
pub mod init;
pub mod install;
pub mod list;
pub mod remove;
pub mod run;
pub mod self_uninstall;
pub mod update;
pub mod ux;