Metadata-Version: 1.0
Name: TotalCoursePoints
Version: 1.0.1
Summary: This is the backend which makes generating student grades easier.
Home-page: UNKNOWN
Author: Stephan Kaminsky
Author-email: skaminsky115@berkeley.edu
License: MIT
Description: # 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 .`
Platform: UNKNOWN
