US01-02: Establish Application and Database Foundation (#47)

This commit was merged in pull request #47.
This commit is contained in:
2026-07-15 16:33:25 +02:00
parent ffafa308de
commit a723b63d55
22 changed files with 821 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
"""Photo pipeline application package.
Target architecture for the integrated photo-library pipeline (see
INTEGRATED_PIPELINE_CONCEPT.md). US01-02 establishes the foundation: typed
configuration, database engine/session lifecycle, versioned migrations, the
FastAPI application factory, structured logging, and readiness.
"""
__version__ = "0.1.0"