README.md
pyproject.toml
src/astraform/remote_domain/author_kit/__init__.py
src/astraform/remote_domain/author_kit/fastapi.py
src/astraform/remote_domain/author_kit/protocol.py
src/astraform/remote_domain/author_kit/templates.py
src/astraform/remote_domain/author_kit/templates/fastapi-minimal/README.md
src/astraform/remote_domain/author_kit/templates/fastapi-minimal/pyproject.toml
src/astraform/remote_domain/author_kit/templates/fastapi-minimal/scripts/bootstrap-local-sdk.sh
src/astraform/remote_domain/author_kit/templates/fastapi-minimal/src/acme_remote_domain/__init__.py
src/astraform/remote_domain/author_kit/templates/fastapi-minimal/src/acme_remote_domain/main.py
src/astraform/remote_domain/author_kit/templates/fastapi-minimal/src/acme_remote_domain/population_catalog.json
src/astraform/remote_domain/author_kit/templates/fastapi-minimal/src/acme_remote_domain/service.py
src/astraform/remote_domain/author_kit/templates/fastapi-minimal/src/acme_remote_domain/validate_population_catalog.py
src/astraform/remote_domain/author_kit/templates/fastapi-minimal/tests/test_app.py
src/astraform_remote_domain_author_kit.egg-info/PKG-INFO
src/astraform_remote_domain_author_kit.egg-info/SOURCES.txt
src/astraform_remote_domain_author_kit.egg-info/dependency_links.txt
src/astraform_remote_domain_author_kit.egg-info/entry_points.txt
src/astraform_remote_domain_author_kit.egg-info/requires.txt
src/astraform_remote_domain_author_kit.egg-info/top_level.txt
tests/test_fastapi.py
tests/test_protocol.py
tests/test_templates.py