load_asset_bucket#

eclypse.io.assets.load_asset_bucket(data)[source]#

Deserialise an asset bucket declaration.

Parameters:

data (dict[str, dict[str, Any]]) – The serialised asset definitions.

Returns:

The deserialised asset mapping.

Return type:

dict[str, Asset]