autograder.cli.courses.gradebook

The autograder.cli.courses.gradebook package contains tools to work with a course-level gradebook.

This package contains the following CLI tools:


autograder.cli.courses.gradebook.fetch

Fetch a course gradebook.

usage: python3 -m autograder.cli.courses.gradebook.fetch [-h] [--version]
                                                         [--server SERVER]
                                                         [--user USER]
                                                         [--pass PASS]
                                                         [--course COURSE]
                                                         [--target-users TARGET_USERS]
                                                         [--target-assignments TARGET_ASSIGNMENTS]
                                                         [--testing-mode]
                                                         [--format {json,table,text}]
                                                         [--include-extra-fields]
                                                         [--pretty-headers]
                                                         [--skip-headers]
1"""
2The `autograder.cli.courses.gradebook` package contains tools to work with a course-level gradebook.
3"""