build_notion_store¶
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¶
- build_notion_store.load_and_validate_fixture(path: pathlib.Path) dict¶
- build_notion_store.create_store_from_fixture(data: dict, client: normlite.notion_sdk.client.InMemoryNotionClient) None¶