prefix-dev / rip

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

feat: add support for stree installing #202

Closed nichmor closed 7 months ago

nichmor commented 7 months ago

closes: #201

nichmor commented 7 months ago

I've added is_direct_url into ArtifactInfo, so I could differentiate what kind of artifact it is without adding these field into SdistFilename and WheelFileName. Let me know what do you think @tdejager

tdejager commented 7 months ago

I've added is_direct_url into ArtifactInfo, so I could differentiate what kind of artifact it is without adding these field into SdistFilename and WheelFileName. Let me know what do you think @tdejager

Yes, I was also thinking about that, let's try that design for now :)