Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why PyPi doesn't show download stats anymore? [closed]

Tags:

python

pypi

It was so handy to get an idea if the package is popular or not (even if its popularity is the reason of some "import" case in another popular package). But now I don't see this info for some reason.

An example: https://pypi.python.org/pypi/blist

Why did they turn off this useful thing?

like image 314
d-d Avatar asked Jun 29 '16 14:06

d-d


People also ask

Can a package be removed from PyPI?

Go to your packages. Check the "remove" checkbox for the particular package. Click "Remove" button.

How many PyPI packages are there?

As of 17 January 2022, more than 350,000 Python packages can be accessed through PyPI.

Where are PyPI packages stored?

All of these packages (libraries and frameworks) are stored in a central repository called the Python Package Index, or PyPI for short.


1 Answers

I just released https://pepy.tech/ to view the downloads of a package. I used the data from BigQuery so you will get the same result :-)

like image 136
petrusqui Avatar answered Oct 21 '22 11:10

petrusqui