meshy / pythonwheels

Adoption analysis of Python Wheels: https://pythonwheels.com/
BSD 2-Clause "Simplified" License
102 stars 26 forks source link

Use 30-days data, 365 is no longer available #118

Closed hugovk closed 2 years ago

hugovk commented 3 years ago

The list of the packages comes from the most-downloaded packages over the past 365 days, from https://hugovk.github.io/top-pypi-packages/

Unfortunately, fetching data for 365 days was taking more quota than is available, so it's no longer available (more info: https://github.com/hugovk/top-pypi-packages/issues/19). The old 365-days file is still online but may be removed at some point.

So let's replace it with the 30-days data.

It also bumps the current list slightly from 339 to 342:

image

image

ghickman commented 3 years ago

This seems like a completely reasonable change given the constraints! +1 from me, but I'll leave it to @meshy for final sign off 🙂

hugovk commented 2 years ago

Now up to 352/360 with this PR! 🎉

image
meshy commented 2 years ago

Thank you! This isn't going to be deployed immediately, but I'm working on it now :)

meshy commented 2 years ago

This is live now. Thanks again!