Skip to main content

Crate vmn

Crate vmn 

Source
Expand description

Core implementation for the vmn command-line application.

vmn is a local Python virtual environment manager. It stores environment metadata in SQLite, discovers existing venvs, creates managed or project-local venvs, and prints stable machine-readable paths used by shell integrations.

The public API is intentionally small because vmn is primarily a binary crate. The supported interface for users is the CLI installed as vmn.

Structs§

Cli
Environment

Functions§

run
run_with_args