Py3readiness is site which tracks community progress in Python 3 adoption. This is open source project which source code available on Github
Details
It gets data from Python package index (pypi.python.org) and saves them in JSON file. This file is then uploaded to AWS S3 to make results available. Website is just static files hosted on Github Pages, thus only this JSON file needs to be updated.
This was all fine, however it stopped working since 20 January, 2018. There are users raising issues on Github which are directly related to this bug.
Related Github Issue: https://github.com/chhantyal/py3readiness/issues/48
You can reproduce the the bug following these steps:
git clone git@github.com:chhantyal/py3readiness.git
cd py3readiness
virtualenv venv && source venv/bin/activate
pip install -r requirements.txt
python generate.py
Please use Python 2 for development as some dependencies are not available in version 3.
README.md also provides full documentation to setup this project.
Components
Python utility function to upload to S3
Deadline
April 15, 2018
Communication
You can directly contact me on Discord, my username is: chhantyal#1365. For anything related to this task, you can also go to Github issue tracker.
Posted on Utopian.io - Rewarding Open Source Contributors