LICENSE
README.md
pyproject.toml
setup.py
refex/__init__.py
refex/cli.py
refex/conftest.py
refex/formatting.py
refex/future_string.py
refex/match.py
refex/parsed_file.py
refex/refex_doctest.py
refex/rxerr_debug.py
refex/search.py
refex/substitution.py
refex/test_binary.py
refex/test_cli.py
refex/test_example_binary.py
refex/test_formatting.py
refex/test_future_string.py
refex/test_parsed_file.py
refex/test_search.py
refex/test_substitution.py
refex.egg-info/PKG-INFO
refex.egg-info/SOURCES.txt
refex.egg-info/dependency_links.txt
refex.egg-info/entry_points.txt
refex.egg-info/requires.txt
refex.egg-info/top_level.txt
refex/fix/__init__.py
refex/fix/find_fixer.py
refex/fix/fixer.py
refex/fix/generate_example.py
refex/fix/test_fixer.py
refex/fix/test_generate_example.py
refex/fix/fixers/__init__.py
refex/fix/fixers/correctness_fixers.py
refex/fix/fixers/idiom_fixers.py
refex/fix/fixers/modern_python_fixers.py
refex/fix/fixers/test_correctness_fixers.py
refex/fix/fixers/test_idiom_fixers.py
refex/fix/fixers/test_modern_python_fixers.py
refex/fix/fixers/unittest_fixers.py
refex/python/README.md
refex/python/__init__.py
refex/python/error_strings.py
refex/python/evaluate.py
refex/python/matcher.py
refex/python/matcher_test_util.py
refex/python/python_pattern.py
refex/python/semiliteral_eval.py
refex/python/syntactic_template.py
refex/python/test_error_strings.py
refex/python/test_evaluate.py
refex/python/test_matcher.py
refex/python/test_python_pattern.py
refex/python/test_semiliteral_eval.py
refex/python/test_syntactic_template.py
refex/python/matchers/__init__.py
refex/python/matchers/ast_matchers.py
refex/python/matchers/base_matchers.py
refex/python/matchers/lexical_matchers.py
refex/python/matchers/syntax_matchers.py
refex/python/matchers/test_ast_matchers.py
refex/python/matchers/test_base_matchers.py
refex/python/matchers/test_lexical_matchers.py
refex/python/matchers/test_syntax_matchers.py