.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
README.md
REUSE.toml
pyproject.toml
.github/workflows/python-publish.yml
.github/workflows/python-test.yml
LICENSES/Apache-2.0.txt
example-project/README.md
example-project/pyproject.toml
example-project/example_project/__init__.py
example-project/example_project/tests/__init__.py
example-project/example_project/tests/test_runtime_type_annotations.py
example-project/example_project/tests/test_walrus_comprehensions.py
example-project/example_project/tests/test_walrus_if_while.py
example-project/example_project/tests/test_walrus_short_circuit.py
retrofy/__init__.py
retrofy/_converters.py
retrofy/_meta_hook_converter.py
retrofy/_pep517_hooks.py
retrofy/_version.py
retrofy.egg-info/PKG-INFO
retrofy.egg-info/SOURCES.txt
retrofy.egg-info/dependency_links.txt
retrofy.egg-info/entry_points.txt
retrofy.egg-info/requires.txt
retrofy.egg-info/top_level.txt
retrofy/_transformations/__init__.py
retrofy/_transformations/dataclass.py
retrofy/_transformations/import_utils.py
retrofy/_transformations/match_statement.py
retrofy/_transformations/type_alias.py
retrofy/_transformations/walrus.py
retrofy/tests/__init__.py
retrofy/tests/test__converters.py
retrofy/tests/test_integration_match.py
retrofy/tests/test_retrofy.py
retrofy/tests/_transformations/__init__.py
retrofy/tests/_transformations/test__type_alias.py
retrofy/tests/_transformations/test__walrus.py
retrofy/tests/_transformations/test_dataclasses.py
retrofy/tests/_transformations/test_future_imports.py
retrofy/tests/_transformations/test_match_statement.py