prefix-dev / rip

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

Automatically generate `direct_url.json` #179

Closed tdejager closed 8 months ago

tdejager commented 9 months ago

We have code to generate direct_url.json, the user now has to supply the correct values to UnpackWheelOptions however once #119 lands, we can actually do this automatically. As it is required anyways its better to opt-out to this behavior instead of opting in.