protonfs.localscan module¶ class protonfs.localscan.ScanEntry(rel_path, size, mtime, sha256)[source]¶ Bases: object mtime: float¶ rel_path: str¶ sha256: str¶ size: int¶ protonfs.localscan.hash_file(path)[source]¶ Return type: str protonfs.localscan.scan(root, subpath, ignore, index, low_io=False)[source]¶ Return type: dict[str, ScanEntry]