README.md
setup.cfg
setup.py
pytransformation/__init__.py
pytransformation/convert_for_loops_to_while.py
pytransformation/file_transformer.py
pytransformation/move_var_decls_to_top_of_scope.py
pytransformation/name_function_applications.py
pytransformation/name_utils.py
pytransformation/string_transformer.py
pytransformation/transformations.py
pytransformation.egg-info/PKG-INFO
pytransformation.egg-info/SOURCES.txt
pytransformation.egg-info/dependency_links.txt
pytransformation.egg-info/requires.txt
pytransformation.egg-info/top_level.txt
tests/__init__.py
tests/file_transformer_test.py
tests/get_all_used_names_test.py
tests/get_new_name_test.py
tests/make_for_loops_while_test.py
tests/move_var_decls_to_top_test.py
tests/name_func_apps_test.py
tests/string_transformer_test.py
tests/test_file_utilities.py