Open michaelitvin opened 2 years ago
I found the functionality within h5py
.
Might make sense to add it to hickle
.
import h5py
f = h5py.File(hkl_path, 'r')
print(f.keys())
Hi @michaelitvin, as you've noted it's pretty simple via h5py
. I'm open to adding a simple method, but not sure best way to do so. Marking as pull-request-welcome
🤔
It would be useful to be able to see what's stored inside a hickle archive.