crflynn / pypistats.org

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

Use new PyPI attribute to detect CI downloads #73

Open joelostblom opened 2 weeks ago

joelostblom commented 2 weeks ago

The ability to differentiate automated installs from manual ones was recently added in pip and PyPI; see https://github.com/pypa/pip/issues/5499 and https://github.com/pypi/linehaul-cloud-function/issues/9 for details. It would be great to have this functionality available on pypistats.org as well. A similar tool that added this recently was pypinfo and the approach can be seen here in case it is helpful https://github.com/ofek/pypinfo/pull/157