Skip to content

isaacl/gradescope-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%