README.md
setup.cfg
setup.py
cs251tk/__init__.py
cs251tk.egg-info/PKG-INFO
cs251tk.egg-info/SOURCES.txt
cs251tk.egg-info/dependency_links.txt
cs251tk.egg-info/entry_points.txt
cs251tk.egg-info/requires.txt
cs251tk.egg-info/top_level.txt
cs251tk/common/__init__.py
cs251tk/common/chdir.py
cs251tk/common/check_submit_date.py
cs251tk/common/dirsize.py
cs251tk/common/find_unmerged_branches_in_cwd.py
cs251tk/common/flatten.py
cs251tk/common/group_by.py
cs251tk/common/parse_commit_msg_for_assignments.py
cs251tk/common/run.py
cs251tk/common/test_chdir.py
cs251tk/common/test_dirsize.py
cs251tk/common/test_find_unmerged_branches_in_cwd.py
cs251tk/common/test_flatten.py
cs251tk/common/test_group_by.py
cs251tk/common/test_parse_commit_msg_for_assignments.py
cs251tk/common/test_run.py
cs251tk/common/version.py
cs251tk/formatters/__init__.py
cs251tk/formatters/base.py
cs251tk/formatters/gist.py
cs251tk/formatters/html.py
cs251tk/formatters/markdown.py
cs251tk/formatters/yaml.py
cs251tk/referee/__init__.py
cs251tk/referee/__main__.py
cs251tk/referee/args.py
cs251tk/referee/emailify.py
cs251tk/referee/parse_commits.py
cs251tk/referee/process_student.py
cs251tk/referee/send_email.py
cs251tk/specs/__init__.py
cs251tk/specs/cache.py
cs251tk/specs/dirs.py
cs251tk/specs/load.py
cs251tk/specs/util.py
cs251tk/student/__init__.py
cs251tk/student/analyze.py
cs251tk/student/checkout.py
cs251tk/student/clone.py
cs251tk/student/pull.py
cs251tk/student/record.py
cs251tk/student/remove.py
cs251tk/student/reset.py
cs251tk/student/stash.py
cs251tk/student/markdownify/__init__.py
cs251tk/student/markdownify/cat.py
cs251tk/student/markdownify/find_warnings.py
cs251tk/student/markdownify/markdownify.py
cs251tk/student/markdownify/pipe.py
cs251tk/student/markdownify/process_file.py
cs251tk/student/markdownify/test_cat.py
cs251tk/student/markdownify/test_pipe.py
cs251tk/student/markdownify/test_truncate.py
cs251tk/student/markdownify/truncate.py
cs251tk/student/markdownify/warning_unmerged_branches.py
cs251tk/toolkit/__init__.py
cs251tk/toolkit/__main__.py
cs251tk/toolkit/args.py
cs251tk/toolkit/config.py
cs251tk/toolkit/find_update.py
cs251tk/toolkit/get_students.py
cs251tk/toolkit/gist.py
cs251tk/toolkit/process_student.py
cs251tk/toolkit/progress_bar.py
cs251tk/toolkit/save_recordings.py
cs251tk/toolkit/tabulate.py
cs251tk/toolkit/test_args.py
cs251tk/toolkit/test_get_students.py
cs251tk/toolkit/test_tabulate.py
cs251tk/webapp/__init__.py
cs251tk/webapp/server.py
cs251tk/webapp/web_cli.py