"""Compute sha256 hashes for all files""" import pooch if __name__ == "__main__": pooch.make_registry( "test_data", "files-registry.txt", # destination file )