prefix-dev / rip

Solve and install Python packages quickly with rip (pip in Rust)
https://prefix.dev
BSD 3-Clause "New" or "Revised" License
645 stars 21 forks source link

Feat/wheel cache #107

Closed tdejager closed 9 months ago

tdejager commented 9 months ago

Adds the ability to cache built wheel files on the filesystem. Retrieving them can be done by using the content hash from the SDist.

Still need to add the ability to recursively built sdist's, will do this in a later PR.