Structs§
- Installer
- Plan
- Planner
- A planner to generate an
Planbased on a set of requirements. - Preparer
- Prepare distributions for installation.
- Site
Packages - An index over the packages installed in an environment.
Enums§
- Compile
Error - Installation
Strategy - Prepare
Error - Satisfies
Result - We check if all requirements are already satisfied, recursing through the requirements tree.
- Site
Packages Diagnostic - Uninstall
Error
Traits§
Functions§
- compile_
tree - Bytecode compile all file in
dirusing a pool of Python interpreters running a Python script that callscompileall.compile_file. - uninstall
- Uninstall a package from the specified Python environment.