lookup_files#

barecat.Index.lookup_files(paths)[source]#

Look up multiple files by their paths.

Parameters:

paths (list[str]) – Iterable of file paths.

Returns:

An iterator over the file info objects.

Raises:

FileNotFoundBarecatError – If any of the files are not found.

Return type:

list[barecat.core.types.BarecatFileInfo]