LICENSE
MANIFEST.in
README.md
pyproject.toml
fapis/README.md
fapis/cli.py
fapis.egg-info/PKG-INFO
fapis.egg-info/SOURCES.txt
fapis.egg-info/dependency_links.txt
fapis.egg-info/entry_points.txt
fapis.egg-info/requires.txt
fapis.egg-info/top_level.txt
fapis/templates/infrastructure/base/.env.example
fapis/templates/infrastructure/base/.gitignore
fapis/templates/infrastructure/base/CONTRIBUTING.md
fapis/templates/infrastructure/base/Dockerfile
fapis/templates/infrastructure/base/LICENSE
fapis/templates/infrastructure/base/Makefile
fapis/templates/infrastructure/base/README.md
fapis/templates/infrastructure/base/requirements.txt
fapis/templates/infrastructure/base/app/__init__.py
fapis/templates/infrastructure/base/app/main.py
fapis/templates/infrastructure/base/app/api/__init__.py
fapis/templates/infrastructure/base/app/api/health.py
fapis/templates/infrastructure/base/app/core/__init__.py
fapis/templates/infrastructure/base/app/core/config.py
fapis/templates/infrastructure/base/app/core/logging.py
fapis/templates/infrastructure/base/app/dependencies/__init__.py
fapis/templates/infrastructure/base/app/dependencies/health.py
fapis/templates/infrastructure/base/app/infrastructure/__init__.py
fapis/templates/infrastructure/base/app/infrastructure/lifecycle.py
fapis/templates/infrastructure/base/tests/test_health.py