Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 316 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 316 Bytes

Total Course Points Backend

This is the backend which is meant to make generating student grades easier.

A roster MUST have the following fields: Name,SID,Email Optional fields include: Secret,Extensions

To install, run pip install TotalCoursePoints. To develop, create a virtualenv and run pip install -e .