LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
api_template_py.egg-info/PKG-INFO
api_template_py.egg-info/SOURCES.txt
api_template_py.egg-info/dependency_links.txt
api_template_py.egg-info/entry_points.txt
api_template_py.egg-info/requires.txt
api_template_py.egg-info/top_level.txt
src/__init__.py
src/cli.py
src/generator.py
src/templates/README.md.j2
src/templates/__init__.py
src/templates/env.example.j2
src/templates/gitignore.j2
src/templates/main.py.j2
src/templates/pyproject.toml.j2
src/templates/api/__init__.py.j2
src/templates/api/dependencies.py.j2
src/templates/api/v1/__init__.py.j2
src/templates/api/v1/health.py.j2
src/templates/api/v1/items.py.j2
src/templates/core/__init__.py.j2
src/templates/core/config.py.j2
src/templates/core/constants.py.j2
src/templates/core/exceptions.py.j2
src/templates/core/middleware.py.j2
src/templates/models/__init__.py.j2
src/templates/models/domain.py.j2
src/templates/models/schemas.py.j2
src/templates/repositories/__init__.py.j2
src/templates/repositories/base_repository.py.j2
src/templates/repositories/interfaces.py.j2
src/templates/repositories/item_repository.py.j2
src/templates/services/__init__.py.j2
src/templates/services/base_service.py.j2
src/templates/services/item_service.py.j2
src/templates/tests/__init__.py.j2
src/templates/tests/test_items.py.j2
tests/test_cli.py
tests/test_generator.py