Crate uv_install_wheel

Crate uv_install_wheel 

Source
Expand description

Takes a wheel and installs it into a venv.

Structs§

Layout
The layout of the target environment into which a wheel can be installed.
Locks
Uninstall
WheelFile
A parsed WHEEL file.

Enums§

Error
Note: The caller is responsible for adding the path of the wheel we’re installing.
LibKind
Whether the wheel should be installed into the purelib or platlib directory.
LinkMode

Functions§

install_wheel
Install the given wheel to the given venv
read_record_file
Reads the record file https://www.python.org/dev/peps/pep-0376/#record
uninstall_egg
Uninstall the egg represented by the .egg-info directory.
uninstall_legacy_editable
Uninstall the legacy editable represented by the .egg-link file.
uninstall_wheel
Uninstall the wheel represented by the given .dist-info directory.