httk.serve.optimade.runtime =========================== .. py:module:: httk.serve.optimade.runtime Submodules ---------- .. toctree:: :maxdepth: 1 /reference/autoapi/httk/serve/optimade/runtime/asgi/index /reference/autoapi/httk/serve/optimade/runtime/devserver/index Functions --------- .. autoapisummary:: httk.serve.optimade.runtime.create_app httk.serve.optimade.runtime.run_dev_server Package Contents ---------------- .. py:function:: create_app(*, query_function: httk.serve.optimade.model.results.QueryFunction, config: httk.serve.optimade.model.config.OptimadeConfig, schema: httk.serve.optimade.schema.served.ServedSchema, baseurl: str | None = None, debug: bool = False) -> starlette.applications.Starlette .. py:function:: run_dev_server(*, app: starlette.applications.Starlette, host: str, port: int) -> None