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. Custom download URLs for individual files can be specified as a third element on the line.
Parameters: - fname : str
File name and path to the registry file.