Studying Python release adoptions by looking at PyPI downloads
Go to file
Julien Palard 4f5b671c13
3 months more.
2021-12-07 15:17:05 +01:00
README.md Proofreading 2021-10-03 15:42:26 +02:00
python-versions.png 3 months more. 2021-12-07 15:17:05 +01:00
python-versions.py fix dates 2021-11-07 21:49:34 +01:00
python-versions.sqlite 3 months more. 2021-12-07 15:17:05 +01:00

README.md

Analysis of version adoptions on PyPI

We get PyPI download statistics via Google's BigQuery using the pypinfo tool.

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

Data