LICENSE
README.md
setup.py
markarth/__init__.py
markarth.egg-info/PKG-INFO
markarth.egg-info/SOURCES.txt
markarth.egg-info/dependency_links.txt
markarth.egg-info/requires.txt
markarth.egg-info/top_level.txt
markarth/ast_utils/__init__.py
markarth/ast_utils/ast_utils.py
markarth/convert/__init__.py
markarth/convert/convert_pure.py
markarth/convert/collect/__init__.py
markarth/convert/collect/func_collect.py
markarth/convert/collect/mod_collect.py
markarth/convert/collect/vartyp_tracker.py
markarth/convert/collect/ast_to_typ/__init__.py
markarth/convert/collect/ast_to_typ/ast_assign.py
markarth/convert/collect/ast_to_typ/ast_to_typ.py
markarth/convert/cythonize/__init__.py
markarth/convert/cythonize/cy_options.py
markarth/convert/cythonize/cy_typs.py
markarth/convert/cythonize/pure.py
markarth/convert/preprocess/__init__.py
markarth/convert/preprocess/code_process.py
markarth/convert/typs/__init__.py
markarth/convert/typs/merge_typs.py
markarth/convert/typs/typ_store.py
markarth/convert/typs/typs.py
markarth/convert/typs/typs_parse.py
tests/test_ast_assign.py
tests/test_ast_to_typ.py
tests/test_ast_utils.py
tests/test_code_process.py
tests/test_convert_pure.py
tests/test_cy_opts.py
tests/test_cy_typs.py
tests/test_cythonize_pure.py
tests/test_dict_typ_store.py
tests/test_func_collect.py
tests/test_merge_typs.py
tests/test_mod_collect.py
tests/test_typs.py
tests/test_typs_parse.py
tests/test_vartyp_tracker.py