get_sha256_hashes.py 186 B

123456789
  1. """Compute sha256 hashes for all files"""
  2. import pooch
  3. if __name__ == "__main__":
  4. pooch.make_registry(
  5. "test_data",
  6. "files-registry.txt", # destination file
  7. )