.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
src/eml_rewrite/__init__.py
src/eml_rewrite/cli.py
src/eml_rewrite/core.py
src/eml_rewrite/expansions.py
src/eml_rewrite/fix.py
src/eml_rewrite/notebook.py
src/eml_rewrite/path.py
src/eml_rewrite/pipeline.py
src/eml_rewrite/py.typed
src/eml_rewrite/synthesize.py
src/eml_rewrite.egg-info/PKG-INFO
src/eml_rewrite.egg-info/SOURCES.txt
src/eml_rewrite.egg-info/dependency_links.txt
src/eml_rewrite.egg-info/entry_points.txt
src/eml_rewrite.egg-info/requires.txt
src/eml_rewrite.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_cli_integration.py
tests/test_core.py
tests/test_counterexample.py
tests/test_expansions.py
tests/test_fix.py
tests/test_notebook.py
tests/test_path.py
tests/test_synthesize.py