Studying Python release adoptions by looking at PyPI downloads
Find a file
2026-05-17 15:31:19 +02:00
pypi-download-counts-daily-log.png Bump data. 2026-05-17 15:31:19 +02:00
pypi-download-counts-daily.png Bump data. 2026-05-17 15:31:19 +02:00
pypi-download-counts-log.png Plot download with a log y-axis. 2026-05-13 09:27:17 +02:00
pypi-download-counts.png Bump data. 2026-05-02 22:12:39 +02:00
pyproject.toml Fix a few warnings. 2024-12-02 09:57:49 +01:00
python-versions-lines-daily.png Bump data. 2026-05-17 15:31:19 +02:00
python-versions-lines.png Bump data. 2026-05-17 15:31:19 +02:00
python-versions-stacked-daily.png Bump data. 2026-05-17 15:31:19 +02:00
python-versions-stacked.png Bump data. 2026-05-17 15:31:19 +02:00
python-versions.py Plot download with a log y-axis. 2026-05-13 09:27:17 +02:00
python-versions.sqlite Bump data. 2026-05-17 15:31:19 +02:00
README.md This has been fixed. 2026-05-12 11:23:45 +02:00
requirements.txt Fix a few warnings. 2024-12-02 09:57:49 +01:00

Analysis of version adoptions on PyPI

⚠ This project has an issue: it relied on free access to Google Big Query but with the qty of downloads rising, a free access is no longer enough, so I bet the data will just become sparse.

pypi.org downloads by version

pypi.org downloads total

Where does the data come from?

We get publicly available PyPI download statistics on Google BigQuery using pypinfo.

Here is the repo for the open-source code pushing the pypi stats to BigQuery.

Usage

First you need to get an access to PyPI's BigQuery, by following pypinfo procedure.

Then there's two main invocations, first fetch the data using:

python python-versions.py --fetch

Then plot it using:

python python-versions.py

How to contribute to this repo