You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
There's probably a good reason that I don't know about,
but whey are we parsing like every sdist and wheel,
when we could ask the pypi json api - at least in the first place, with a fallback to 'parse it yourself'?
The text was updated successfully, but these errors were encountered:
I'm not sure to be honest. It's a while since I implemented this. It's possible that I missed something, or that the data we're interested in wasn't available at that time through the API. Feel free to improve it.
There's probably a good reason that I don't know about,
but whey are we parsing like every sdist and wheel,
when we could ask the pypi json api - at least in the first place, with a fallback to 'parse it yourself'?
The text was updated successfully, but these errors were encountered: