items#

barecat._api.Barecat.items()[source]#

Iterate over all files in the archive, yielding (path, content) pairs.

Returns:

Iterator over (path, content) pairs.

Return type:

Iterator[tuple[str, Union[bytes, Any]]]