README.md
setup.cfg
setup.py
stograde/__init__.py
stograde.egg-info/PKG-INFO
stograde.egg-info/SOURCES.txt
stograde.egg-info/dependency_links.txt
stograde.egg-info/entry_points.txt
stograde.egg-info/requires.txt
stograde.egg-info/top_level.txt
stograde/common/__init__.py
stograde/common/cat.py
stograde/common/chdir.py
stograde/common/dirsize.py
stograde/common/find_unmerged_branches_in_cwd.py
stograde/common/flatten.py
stograde/common/get_modification_time.py
stograde/common/group_by.py
stograde/common/modification_time.py
stograde/common/parse_commit_msg_for_assignments.py
stograde/common/pipe.py
stograde/common/run.py
stograde/common/run_status.py
stograde/common/version.py
stograde/drive/__init__.py
stograde/drive/drive.py
stograde/drive/drive_result.py
stograde/formatters/__init__.py
stograde/formatters/base.py
stograde/formatters/format_type.py
stograde/formatters/formatted_result.py
stograde/formatters/group_type.py
stograde/formatters/html.py
stograde/formatters/html_template.py
stograde/formatters/markdown.py
stograde/formatters/tabulate.py
stograde/formatters/truncate.py
stograde/process_assignment/__init__.py
stograde/process_assignment/assignment_status.py
stograde/process_assignment/assignment_type.py
stograde/process_assignment/process_assignment.py
stograde/process_assignment/record_result.py
stograde/process_assignment/submission_warnings.py
stograde/process_assignment/supporting.py
stograde/process_assignment/warning_unmerged_branches.py
stograde/process_file/__init__.py
stograde/process_file/compile_result.py
stograde/process_file/file_result.py
stograde/process_file/process_file.py
stograde/process_file/test_result.py
stograde/referee/__init__.py
stograde/referee/__main__.py
stograde/referee/args.py
stograde/referee/emailify.py
stograde/referee/parse_commits.py
stograde/referee/process_student.py
stograde/referee/send_email.py
stograde/specs/__init__.py
stograde/specs/download_specs.py
stograde/specs/file_options.py
stograde/specs/filter_specs.py
stograde/specs/load.py
stograde/specs/spec.py
stograde/specs/spec_file.py
stograde/specs/spec_repos.py
stograde/specs/stogradeignore.py
stograde/specs/supporting_file.py
stograde/specs/util.py
stograde/student/__init__.py
stograde/student/analyze_student.py
stograde/student/checkout.py
stograde/student/ci_analyze.py
stograde/student/clone.py
stograde/student/process_student.py
stograde/student/pull.py
stograde/student/record_student.py
stograde/student/remove.py
stograde/student/reset.py
stograde/student/stash.py
stograde/student/student_result.py
stograde/toolkit/__init__.py
stograde/toolkit/__main__.py
stograde/toolkit/args.py
stograde/toolkit/check_dependencies.py
stograde/toolkit/config.py
stograde/toolkit/create_students_dir.py
stograde/toolkit/find_update.py
stograde/toolkit/get_students.py
stograde/toolkit/gist.py
stograde/toolkit/global_vars.py
stograde/toolkit/process_parallel.py
stograde/toolkit/process_students.py
stograde/toolkit/progress_bar.py
stograde/toolkit/save_recordings.py
stograde/toolkit/stogit_url.py
stograde/toolkit/subcommands.py
stograde/webapp/__init__.py
stograde/webapp/server.py
stograde/webapp/web_cli.py
test/__init__.py
test/conftest.py
test/utils.py
test/common/__init__.py
test/common/test_cat.py
test/common/test_chdir.py
test/common/test_dirsize.py
test/common/test_find_unmerged_branches_in_cwd.py
test/common/test_flatten.py
test/common/test_get_modification_time.py
test/common/test_group_by.py
test/common/test_parse_commit_msg_for_assignments.py
test/common/test_pipe.py
test/common/test_run.py
test/drive/__init__.py
test/drive/test_drive.py
test/formatters/__init__.py
test/formatters/test_base.py
test/formatters/test_html.py
test/formatters/test_markdown.py
test/formatters/test_tabulate.py
test/formatters/test_truncate.py
test/integration_tests/__init__.py
test/integration_tests/test_ci_e2e.py
test/integration_tests/test_drive_e2e.py
test/integration_tests/test_record_e2e.py
test/integration_tests/test_repo_e2e.py
test/integration_tests/test_table_e2e.py
test/integration_tests/test_web_cli_e2e.py
test/process_assignment/__init__.py
test/process_assignment/test_assignment_type.py
test/process_assignment/test_process_assignment.py
test/process_assignment/test_supporting.py
test/process_assignment/test_warning_unmerged_branches.py
test/process_file/__init__.py
test/process_file/test_process_file.py
test/specs/__init__.py
test/specs/test_download_specs.py
test/specs/test_filter_specs.py
test/specs/test_load.py
test/specs/test_spec.py
test/specs/test_spec_file.py
test/specs/test_spec_repos.py
test/specs/test_stogradeignore.py
test/specs/test_supporting_file.py
test/specs/test_util.py
test/student/__init__.py
test/student/test_analyze_student.py
test/student/test_checkout.py
test/student/test_ci_analyze.py
test/student/test_clone.py
test/student/test_process_student.py
test/student/test_pull.py
test/student/test_record_student.py
test/student/test_remove.py
test/student/test_reset.py
test/student/test_stash.py
test/toolkit/__init__.py
test/toolkit/test_args.py
test/toolkit/test_check_dependencies.py
test/toolkit/test_config.py
test/toolkit/test_create_students_dir.py
test/toolkit/test_find_update.py
test/toolkit/test_get_students.py
test/toolkit/test_gist.py
test/toolkit/test_main.py
test/toolkit/test_process_parallel.py
test/toolkit/test_progress_bar.py
test/toolkit/test_save_recordings.py
test/toolkit/test_stogit_url.py