httk.store.export¶
Export a snapshot-consistent SQLite store with its definitions.
Functions¶
|
Export a snapshot-consistent SQLite store and its OPTIMADE definitions. |
Module Contents¶
- httk.store.export.export_dataset(store_path, out_path)¶
Export a snapshot-consistent SQLite store and its OPTIMADE definitions.
- Parameters:
store_path (str | pathlib.Path) – SQLite store to copy.
out_path (str | pathlib.Path) – Destination zip file.
- Returns:
The destination path.
- Raises:
ValueError – If the store declaration has no resolvable definitions.
- Return type: