README.md
pyproject.toml
src/openrewrite.egg-info/PKG-INFO
src/openrewrite.egg-info/SOURCES.txt
src/openrewrite.egg-info/dependency_links.txt
src/openrewrite.egg-info/entry_points.txt
src/openrewrite.egg-info/requires.txt
src/openrewrite.egg-info/top_level.txt
src/rewrite/__init__.py
src/rewrite/category.py
src/rewrite/data_table.py
src/rewrite/decorators.py
src/rewrite/discovery.py
src/rewrite/execution.py
src/rewrite/markers.py
src/rewrite/markers.pyi
src/rewrite/marketplace.py
src/rewrite/parser.py
src/rewrite/parser.pyi
src/rewrite/recipe.py
src/rewrite/result.py
src/rewrite/style.py
src/rewrite/tree.py
src/rewrite/tree.pyi
src/rewrite/utils.py
src/rewrite/visitor.py
src/rewrite/java/__init__.py
src/rewrite/java/extensions.py
src/rewrite/java/markers.py
src/rewrite/java/markers.pyi
src/rewrite/java/support_types.py
src/rewrite/java/support_types.pyi
src/rewrite/java/tree.py
src/rewrite/java/tree.pyi
src/rewrite/java/visitor.py
src/rewrite/python/__init__.py
src/rewrite/python/_parser_visitor.py
src/rewrite/python/add_import.py
src/rewrite/python/dependency_workspace.py
src/rewrite/python/extensions.py
src/rewrite/python/markers.py
src/rewrite/python/markers.pyi
src/rewrite/python/method_matcher.py
src/rewrite/python/preconditions.py
src/rewrite/python/printer.py
src/rewrite/python/remove_import.py
src/rewrite/python/support_types.py
src/rewrite/python/support_types.pyi
src/rewrite/python/tree.py
src/rewrite/python/tree.pyi
src/rewrite/python/ty_client.py
src/rewrite/python/type_mapping.py
src/rewrite/python/visitor.py
src/rewrite/python/recipes/__init__.py
src/rewrite/python/recipes/add_literal_method_argument.py
src/rewrite/python/recipes/change_import.py
src/rewrite/python/recipes/change_method_name.py
src/rewrite/python/recipes/change_package.py
src/rewrite/python/recipes/change_type.py
src/rewrite/python/recipes/delete_method_argument.py
src/rewrite/python/recipes/remove_pass.py
src/rewrite/python/recipes/reorder_method_arguments.py
src/rewrite/python/template/__init__.py
src/rewrite/python/template/capture.py
src/rewrite/python/template/comparator.py
src/rewrite/python/template/coordinates.py
src/rewrite/python/template/engine.py
src/rewrite/python/template/pattern.py
src/rewrite/python/template/placeholder.py
src/rewrite/python/template/replacement.py
src/rewrite/python/template/template.py
src/rewrite/rpc/__init__.py
src/rewrite/rpc/__main__.py
src/rewrite/rpc/java_recipe.py
src/rewrite/rpc/java_rpc_client.py
src/rewrite/rpc/python_receiver.py
src/rewrite/rpc/python_sender.py
src/rewrite/rpc/receive_queue.py
src/rewrite/rpc/send_queue.py
src/rewrite/rpc/server.py
src/rewrite/test/__init__.py
src/rewrite/test/rewrite_test.py
src/rewrite/test/spec.py
tests/test_data_table.py
tests/test_marketplace.py
tests/test_replace_identity.py
tests/test_rewrite_test.py