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/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/extensions.py
src/rewrite/python/markers.py
src/rewrite/python/markers.pyi
src/rewrite/python/printer.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/type_mapping.py
src/rewrite/python/visitor.py
src/rewrite/python/recipes/__init__.py
src/rewrite/python/recipes/remove_pass.py
src/rewrite/rpc/__init__.py
src/rewrite/rpc/__main__.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_marketplace.py
tests/test_replace_identity.py
tests/test_rewrite_test.py