Shows a second concrete implementation of Py-CGAD. The upload download script is a simple script that allows you to upload and download files to the repo and its wiki. It interacts with the GitHub API.
To test it
python3 -m pytestTo see tests with printed output
python3 -m pytest -sTo run the upload_download.py script
PYTHONPATH=$PYTHONPATH:upload_download python3 ./bin/upload_download.py --helpCurrently, upload is only supported.