.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
.github/workflows/check.yml
pyrefact/__init__.py
pyrefact/__main__.py
pyrefact/abstractions.py
pyrefact/completion.py
pyrefact/constants.py
pyrefact/fixes.py
pyrefact/main.py
pyrefact/object_oriented.py
pyrefact/parsing.py
pyrefact/performance.py
pyrefact/performance_numpy.py
pyrefact/processing.py
pyrefact/symbolic_math.py
pyrefact.egg-info/PKG-INFO
pyrefact.egg-info/SOURCES.txt
pyrefact.egg-info/dependency_links.txt
pyrefact.egg-info/requires.txt
pyrefact.egg-info/top_level.txt
tests/delete_pointless_statements.py
tests/delete_unused_functions.py
tests/has_side_effect.py
tests/integration_test_cases.py
tests/integration_test_format_code.py
tests/integration_test_format_file.py
tests/is_blocking.py
tests/main.py
tests/main_profile.py
tests/removing_unused_variables.py
tests/rename_variables.py
tests/test_abstractions.py
tests/test_add_missing_imports.py
tests/test_early_continue.py
tests/test_early_return.py
tests/test_hash_node.py
tests/test_implicit_dot.py
tests/test_implicit_matmul.py
tests/test_inline_math_comprehensions.py
tests/test_move_imports_to_toplevel.py
tests/test_redundant_elses.py
tests/test_remove_redundant_comprehensions.py
tests/test_remove_redundant_iter.py
tests/test_replace_for_loops_with_comprehensions.py
tests/test_replace_functions_with_literals.py
tests/test_replace_subscript_looping.py
tests/test_simplify_math_iterators.py
tests/test_simplify_matrix_operations.py
tests/test_simplify_transposes.py
tests/test_singleton_comparison.py
tests/test_sorted_heapq.py
tests/test_swap_if_else.py
tests/test_unravel_classes.py
tests/testing_infra.py