Metadata-Version: 2.1
Name: TotalCoursePoints
Version: 1.1.0
Summary: This is the backend which makes generating student grades easier.
Home-page: UNKNOWN
Author: Stephan Kaminsky
Author-email: skaminsky115@berkeley.edu
License: MIT
Platform: UNKNOWN
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pytz
Requires-Dist: gspread
Requires-Dist: oauth2client

# 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 .`

