InhumaneTarball

Results 5 comments of InhumaneTarball

You could have your `PyPIPackageInfo` look like this since we wont need most of the info that the JSON API gives: ```rust struct PyPIPackageInfo { version: String, // Or a...

@Allstreamer's pull about the [JSON API](https://github.com/John15321/rust-pip/pull/13) could handle the *grabbing the URL to the wheel* part

@John15321 This PR is finished, I'm just waiting for the workflows to run