Templates
openapi_first.templates
Application templates for FastAPI OpenAPI First.
This package contains example and scaffolding templates intended to be
copied into user projects via the openapi-first CLI.
Templates in this package are:
- Reference implementations of OpenAPI-first services
- Not part of the openapi_first public or internal API
- Not intended to be imported as runtime dependencies
The presence of this file exists solely to: - Mark the directory as an explicit Python package - Enable deterministic tooling behavior (documentation, packaging) - Avoid accidental traversal of non-package directories
No code in this package should be imported by library consumers.