
Aren’t you curious about how much your package is being used? Of course, you can get a rough idea of its popularity by looking at the number of stars on your GitHub repository. However, you can’t really figure out how many times it has been downloaded just by checking the GitHub page or PiPy. For that, there’s an interesting website you should check out.
PePy.Tech
If you access https://pepy.tech/project/{your-package-name}, you can see how many number of downloads your python package gets in the past.

This information is brought from Google BigQuery to PePy Tech.
Oh, You can add the number of downloads in your README.md
[](https://pepy.tech/projects/your-package)