load_directory

function of dascore.core.inventory_loader source

load_directory(
    path: str | os.PathLike[str, PathLike] ,
)-> ‘Inventory’

Load an inventory from a directory in the authoring format.

Parameters

Parameter Description
path The inventory directory.