Skip to main content

Crate uv_installer

Crate uv_installer 

Source

Structs§

Installer
Plan
Planner
A planner to generate an Plan based on a set of requirements.
Preparer
Prepare distributions for installation.
SitePackages
An index over the packages installed in an environment.

Enums§

CompileError
InstallationStrategy
PrepareError
SatisfiesResult
We check if all requirements are already satisfied, recursing through the requirements tree.
SitePackagesDiagnostic
UninstallError

Traits§

InstallReporter
PrepareReporter

Functions§

compile_tree
Bytecode compile all file in dir using a pool of Python interpreters running a Python script that calls compileall.compile_file.
uninstall
Uninstall a package from the specified Python environment.