CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
mypy.ini
requirements.txt
setup.cfg
setup.py
example/.gitignore
example/README.md
example/driver.py
example/example_conftest.py
example/gcd.py
example/test_gcd.py
pyannotate.egg-info/PKG-INFO
pyannotate.egg-info/SOURCES.txt
pyannotate.egg-info/dependency_links.txt
pyannotate.egg-info/entry_points.txt
pyannotate.egg-info/requires.txt
pyannotate.egg-info/top_level.txt
pyannotate_runtime/__init__.py
pyannotate_runtime/collect_types.py
pyannotate_runtime/tests/__init__.py
pyannotate_runtime/tests/test_collect_types.py
pyannotate_tools/__init__.py
pyannotate_tools/annotations/__init__.py
pyannotate_tools/annotations/__main__.py
pyannotate_tools/annotations/infer.py
pyannotate_tools/annotations/main.py
pyannotate_tools/annotations/parse.py
pyannotate_tools/annotations/types.py
pyannotate_tools/annotations/tests/__init__.py
pyannotate_tools/annotations/tests/dundermain_test.py
pyannotate_tools/annotations/tests/infer_test.py
pyannotate_tools/annotations/tests/main_test.py
pyannotate_tools/annotations/tests/parse_test.py
pyannotate_tools/annotations/tests/types_test.py
pyannotate_tools/fixes/__init__.py
pyannotate_tools/fixes/fix_annotate.py
pyannotate_tools/fixes/fix_annotate_json.py
pyannotate_tools/fixes/tests/__init__.py
pyannotate_tools/fixes/tests/test_annotate_json_py2.py
pyannotate_tools/fixes/tests/test_annotate_json_py3.py
pyannotate_tools/fixes/tests/test_annotate_py2.py
pyannotate_tools/fixes/tests/test_annotate_py3.py