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

_CACHE

Functions

bulk_import(...)

Return cached CollagePhotosItem records, loading from cache if available.

_main(→ None)

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