pooch.Pooch.load_registry

Pooch.load_registry(fname)[source]

Load entries form a file and add them to the registry.

Use this if you are managing many files.

Each line of the file should have file name and its SHA256 hash separate by a space. Only one file per line is allowed.

Parameters:
fname : str

File name and path to the registry file.