Go to file
Stefano Rivera 09c1975eda Search wheels for .dist-info directories
Some wheels don't use normalized names for their .dist-info directories,
so search the wheel for them.

Fixes: #134
Bug-Upstream: https://github.com/pypa/installer/issues/134
Bug-Debian: https://bugs.debian.org/1008606
Forwarded: https://github.com/pypa/installer/pull/137
2023-04-20 02:20:00 +00:00
.github/workflows Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
debian Search wheels for .dist-info directories 2023-04-20 02:20:00 +00:00
docs Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
src/installer Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
tests Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
tools Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
.coveragerc Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
.flake8 Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
.gitignore Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
.isort.cfg Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
.pre-commit-config.yaml Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
.pydocstyle Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
.readthedocs.yml Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
CONTRIBUTING.md Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
LICENSE Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
README.md Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
noxfile.py Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00
pyproject.toml Import Upstream version 0.6.0 2023-03-17 16:16:41 +08:00

README.md

installer

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.

You can read more in the documentation.