crflynn / pypistats.org

PyPI downloads analytics dashboard
https://pypistats.org/
138 stars 10 forks source link

Provide wheel platform tag stats #69

Open lazka opened 1 week ago

lazka commented 1 week ago

Not sure if this data is available in big query etc, but I'd like to know which platform my wheels are downloaded for. For example 32bit vs 64bit vs arm64 on Windows/Linux.

So I can prioritize which wheels to build, or maybe drop. I'd guess 32bit is not downloaded much, but I don't know.

hugovk commented 1 week ago

Yes, this sort of thing is in BigQuery, you can get it using the https://github.com/ofek/pypinfo CLI.

See https://github.com/python-pillow/Pillow/issues/6941 for some examples.

lazka commented 1 week ago

thanks for the pointers!