collage_photos.bulk_import¶
Bulk import utilities for Collage Photos educational image metadata.
Fetches and caches photo resource metadata, converting each record into a CollagePhotosItem for use by CollagePhotosPlugin.
Attributes¶
Functions¶
|
Return cached CollagePhotosItem records, loading from cache if available. |
|
Module Contents¶
- collage_photos.bulk_import._CACHE¶
- async collage_photos.bulk_import.bulk_import() list[server.plugins.collage_photos.collage_photos_models.CollagePhotosItem]¶
Return cached CollagePhotosItem records, loading from cache if available.
- async collage_photos.bulk_import._main() None¶