aim.digifeeds.functions module

aim.digifeeds.functions.add_to_digifeeds_set(barcode: str)[source]

Adds a barcode to the digifeeds set and to the digifeeds database if it doesn’t already exist. If the barcode is in the digifeeds set already but doesn’t have an added_to_digifeeds_set status in the digifeeds db, that status gets added.

Parameters:

barcode (str) – Barcode of the item

Raises:

ext_inst – HTTPError

Returns:

Item object

Return type:

aim.digifeeds.database.models.Item

aim.digifeeds.functions.check_zephir(barcode: str)[source]
aim.digifeeds.functions.list_barcodes_in_input_bucket()[source]
aim.digifeeds.functions.move_to_pickup(barcode: str)[source]