build_notion_store ================== .. py:module:: build_notion_store .. autoapi-nested-parse:: Compile a declarative Notion fixture into a persisted store. Usage: python build_notion_store.py --fixture path/to/fixture.yaml --output path/to/store.json Module Contents --------------- .. py:function:: load_and_validate_fixture(path: pathlib.Path) -> dict .. py:function:: create_store_from_fixture(data: dict, client: normlite.notion_sdk.client.InMemoryNotionClient) -> None .. py:function:: main() -> None