python3-hickle

HDF5 based version of pickle

Description

An HDF5 based clone of 'pickle', with a twist: instead of serializing to a pickle file, Hickle dumps to an HDF5 file (Hierarchical Data Format). It is designed to be a "drop-in" replacement for pickle (for common data objects), but is really an amalgam of 'h5py' and 'pickle' with extended functionality.

That is: 'hickle' is a neat little way of dumping Python variables to HDF5 files that can be read in most programming languages, not just Python. Hickle is fast, and allows for transparent compression of your data (LZF / GZIP).

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/telegraphic/hickle


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-hickle