I've been using pypistats.org to check the popularity of different Python packages, but it seems to have been down for about a month now. Does anyone know what's happening with it?
5 Answers
You might want to check the GitHub repository for pypistats. There's an issue tracker there, and it could give you some insight into what's going on. Here's the link: https://github.com/crflynn/pypistats.org/issues/82
Don't forget, there's also a public dataset on BigQuery if you want to dig deeper into package stats.
Yeah, it looks like some people have been trying to get in touch with the maintainer through that GitHub issue, but no luck so far. It's pretty frustrating not knowing why the site stopped working.
You could also try Pepy, it’s another site for package statistics: https://pepy.tech/.
If you need stats in the meantime, you could check out Clickhouse (https://clickpy.clickhouse.com/dashboard). They provide a lot more details, which might help you out!

Thanks for the suggestion! I'll definitely check that out.