Gradescope Python Utilities
Installing
Make sure you have pip installed (eg. on Debian/Ubuntu, apt-get install python-pip).
Then, run pip install gradescope-utils
Packages
Changelog
See the Releases page.
Releasing new versions
Follow https://packaging.python.org/tutorials/packaging-projects/, but in brief:
- Bump the version in setup.py
- Tag the commit:
git tag vX.Y.Z COMMIT_SHA - Build new packages:
python3 setup.py sdist bdist_wheel - Upload packages:
python3 -m twine upload dist/*
Support
Contact us at [email protected] if you need help with these packages.
