Expand description
Takes a wheel and installs it, either in a venv or for monotrail
Structs§
- Compatible
Tags - A platform, defined by the list of compatible wheel tags in order
- Locked
Dir - A directory for which we acquired a install-wheel-rs.lock lockfile
- Script
- Wheel
Filename
Enums§
- Arch
- All supported CPU architectures
- Error
- Install
Location - Multiplexing between venv install and monotrail install
- Os
- All supported operating system
Constants§
Functions§
- get_
script_ launcher - Wrapper script template function
- install_
wheel - Install the given wheel to the given venv
- install_
wheel_ in_ venv - High level API: Install a wheel in a virtualenv
- normalize_
name - I’m not sure that’s the right way to normalize here, but it’s a single place to change everything.
- parse_
key_ value_ file - Parse a file with
Key: value
entries such as WHEEL and METADATA - read_
record_ file - Reads the record file https://www.python.org/dev/peps/pep-0376/#record
- relative_
to - Give the path relative to the base directory