Studying Python release adoptions by looking at PyPI downloads
Go to file
Julien Palard 32d2c06265
Bump data.
2024-04-02 17:28:13 +02:00
README.md Also plot total downloads. 2023-06-15 15:30:46 +02:00
pypi-download-counts.png Bump data. 2024-04-02 17:28:13 +02:00
python-versions-lines.png Bump data. 2024-04-02 17:28:13 +02:00
python-versions-stacked.png Bump data. 2024-04-02 17:28:13 +02:00
python-versions.py Also plot total downloads. 2023-06-15 15:30:46 +02:00
python-versions.sqlite Bump data. 2024-04-02 17:28:13 +02:00
requirements.txt Bump data. 2022-09-02 21:36:42 +02:00

README.md

Analysis of version adoptions on PyPI

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