Studying Python release adoptions by looking at PyPI downloads
Go to file
Julien Palard 72d823f561
Initial.
2021-10-03 15:39:45 +02:00
README.md Initial. 2021-10-03 15:39:45 +02:00
python-versions.png Initial. 2021-10-03 15:39:45 +02:00
python-versions.py Initial. 2021-10-03 15:39:45 +02:00
python-versions.sqlite Initial. 2021-10-03 15:39:45 +02: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