Studying Python release adoptions by looking at PyPI downloads
pypi-download-counts.png | ||
pyproject.toml | ||
python-versions-lines.png | ||
python-versions-stacked.png | ||
python-versions.py | ||
python-versions.sqlite | ||
README.md | ||
requirements.txt |
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