Skip to main content

Crate uv_install_wheel

Crate uv_install_wheel 

Source
Expand description

Takes a wheel and installs it into a venv.

Structs§

InstallState
Shared state for concurrent wheel installations.
Layout
The layout of the target environment into which a wheel can be installed.
RecordEntry
Line in a RECORD file https://www.python.org/dev/peps/pep-0376/#record
Uninstall
WheelFile
A parsed WHEEL file.

Enums§

Error
Note: The caller is responsible for adding the path of the wheel we’re installing.
LinkMode
The method to use when linking.

Functions§

install_wheel
Install the given wheel to the given venv
installed_dist_info_path
Return the path at which the wheel’s .dist-info directory will be installed.
read_record
read_record_into_iter
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.
validate_and_heal_record
Validate the RECORD and heal invalid RECORD files.