API#
This part of the documentation describes the API for gradelib
. The
functionality of the package can be organized into two categories: Computing
Grades and Reviewing Grades.
Computing Grades#
gradelib.preprocessing
- Preprocessing gradebooks.gradelib.io
- Reading and writing grades.gradelib.policies
- Common grading policies, like lates, drops, and exceptions.gradelib.scales
- Letter grade scales.
Reviewing Grades#
gradelib.statistics
- Summary statistics for computed grades.gradelib.plot
- Display visual summaries.gradelib.overview
- Interactive overview of grades.gradelib.reports
- LaTeX grade reports.