pypa / installer

A low-level library for installing from a Python wheel distribution.
https://installer.readthedocs.io/
MIT License
126 stars 51 forks source link

Bring over nuances and "special" handling of edge cases from pip's wheel install logic #153

Open pradyunsg opened 1 year ago

pradyunsg commented 1 year ago

This is basically about bringing over the nuances in https://github.com/pypa/pip/blob/22.3.1/src/pip/_internal/operations/install/wheel.py over to this project.

Most of this should end up in the core, rather than the source/destination.