blob: 8316c721f8d41389493eb02cfb4a7cb9f4a1079a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
This is a low-level library for installing a Python package from a wheel
distribution. It provides basic functionality and abstractions for handling
wheels and installing packages from wheels.
- Logic for "unpacking" a wheel (i.e. installation).
- Abstractions for various parts of the unpacking process.
- Extensible simple implementations of the abstractions.
- Platform-independent Python script wrapper generation.
|