isaacl / gradescope-utils

Python package for building Gradescope autograders

Home Page:https://gradescope-utils.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradescope Python Utilities

PyPI version Documentation Status

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:

  1. Bump the version in setup.py
  2. Tag the commit: git tag vX.Y.Z COMMIT_SHA
  3. Build new packages: python3 setup.py sdist bdist_wheel
  4. Upload packages: python3 -m twine upload dist/*

Support

Contact us at help@gradescope.com if you need help with these packages.

About

Python package for building Gradescope autograders

https://gradescope-utils.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Python 100.0%