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/cli/__init__.py
cs251tk/cli/cs251tk.py
cs251tk/cli/referee.py
cs251tk/common/__init__.py
cs251tk/common/chdir.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/formatters/__init__.py
cs251tk/formatters/base.py
cs251tk/formatters/gist.py
cs251tk/formatters/markdown.py
cs251tk/formatters/yaml.py
cs251tk/referee/__init__.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/specs.py
cs251tk/student/__init__.py
cs251tk/student/analyze.py
cs251tk/student/checkout.py
cs251tk/student/clone.py
cs251tk/student/markdownify.py
cs251tk/student/pull.py
cs251tk/student/record.py
cs251tk/student/remove.py
cs251tk/student/reset.py
cs251tk/student/stash.py
cs251tk/toolkit/__init__.py
cs251tk/toolkit/args.py
cs251tk/toolkit/config.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_tabulate.py