bundle.website.core.app ======================= .. py:module:: bundle.website.core.app .. autoapi-nested-parse:: Website core app factory and default site bootstrap wiring. Attributes ---------- .. autoapisummary:: bundle.website.core.app.WEB_LOGGER Functions --------- .. autoapisummary:: bundle.website.core.app.create_app Module Contents --------------- .. py:data:: WEB_LOGGER .. py:function:: create_app(manifest: bundle.website.core.manifest.SiteManifest | None = None) -> fastapi.FastAPI Create a FastAPI app from the provided site manifest.