README.md
setup.py
pybryt/__init__.py
pybryt/__main__.py
pybryt/cli.py
pybryt/complexities.py
pybryt/invariants.py
pybryt/plagiarism.py
pybryt/reference.py
pybryt/student.py
pybryt/utils.py
pybryt/version.py
pybryt.egg-info/PKG-INFO
pybryt.egg-info/SOURCES.txt
pybryt.egg-info/dependency_links.txt
pybryt.egg-info/entry_points.txt
pybryt.egg-info/requires.txt
pybryt.egg-info/top_level.txt
pybryt/annotations/__init__.py
pybryt/annotations/annotation.py
pybryt/annotations/invariants.py
pybryt/annotations/relation.py
pybryt/annotations/value.py
pybryt/annotations/complexity/__init__.py
pybryt/annotations/complexity/annotation.py
pybryt/annotations/complexity/complexities.py
pybryt/execution/__init__.py
pybryt/execution/complexity.py
pybryt/execution/tracing.py
pybryt/integrations/__init__.py
pybryt/integrations/otter.py
pybryt/preprocessors/__init__.py
pybryt/preprocessors/intermediate_variables.py
tests/__init__.py
tests/test_cli.py
tests/test_reference.py
tests/test_student.py
tests/test_utils.py
tests/utils.py
tests/annotations/__init__.py
tests/annotations/test_annotation.py
tests/annotations/test_complexity.py
tests/annotations/test_invariants.py
tests/annotations/test_relation.py
tests/annotations/test_value.py
tests/annotations/utils.py
tests/execution/__init__.py
tests/execution/test_complexity.py
tests/execution/test_notebook_execution.py
tests/execution/test_tracing.py
tests/execution/utils.py
tests/integrations/__init__.py
tests/integrations/test_otter.py
tests/preprocessors/__init__.py
tests/preprocessors/test_intermediate_variables.py