LICENSE
README.md
pyproject.toml
src/argorator/__init__.py
src/argorator/analyzers.py
src/argorator/annotations.py
src/argorator/cli.py
src/argorator/compilation.py
src/argorator/context.py
src/argorator/contexts.py
src/argorator/execution.py
src/argorator/models.py
src/argorator/pipeline.py
src/argorator/registry.py
src/argorator/testing.py
src/argorator/transformers.py
src/argorator/validators.py
src/argorator.egg-info/PKG-INFO
src/argorator.egg-info/SOURCES.txt
src/argorator.egg-info/dependency_links.txt
src/argorator.egg-info/entry_points.txt
src/argorator.egg-info/requires.txt
src/argorator.egg-info/top_level.txt
src/argorator/macros/__init__.py
src/argorator/macros/models.py
src/argorator/macros/parser.py
src/argorator/macros/processor.py
tests/test_cli.py
tests/test_edge_cases.py
tests/test_google_annotations.py
tests/test_integration_macros.py
tests/test_iteration_macros.py