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/check_submit_date.py
stograde/common/dirsize.py
stograde/common/find_unmerged_branches_in_cwd.py
stograde/common/flatten.py
stograde/common/group_by.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/formatters/__init__.py
stograde/formatters/base.py
stograde/formatters/html.py
stograde/formatters/markdown.py
stograde/formatters/truncate.py
stograde/formatters/yaml.py
stograde/process_assignment/__init__.py
stograde/process_assignment/analysis_result.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/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/find_update.py
stograde/toolkit/get_students.py
stograde/toolkit/gist.py
stograde/toolkit/global_vars.py
stograde/toolkit/process_repos.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/toolkit/tabulate.py
stograde/webapp/__init__.py
stograde/webapp/server.py
stograde/webapp/web_cli.py
test/__init__.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_group_by.py
test/common/test_parse_commit_msg_for_assignments.py
test/common/test_pipe.py
test/common/test_run.py
test/formatters/__init__.py
test/formatters/test_truncate.py
test/integration_tests/__init__.py
test/integration_tests/test_e2e.py
test/toolkit/__init__.py
test/toolkit/test_args.py
test/toolkit/test_get_students.py
test/toolkit/test_tabulate.py