python-versions/README.md

31 lines
581 B
Markdown

# Analysis of version adoptions on PyPI
We get PyPI download statistics via Google's BigQuery using the
[pypinfo](https://github.com/ofek/pypinfo/) tool.
## Usage
First you need to get an access to PyPI's BigQuery, by following
[pypinfo](https://github.com/ofek/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
### Number of pypi.org downloads
![](python-versions.png)
### Percentage of pypi.org downloads
![](python-versions-pct.png)