On Mon, Oct 1, 2012 at 11:57 PM, Ian Bell <
ian.h...@gmail.com> wrote:
> For my purposes I am using h5py and my own recursive writer to build the
> HDF5 file. It can handle native data types - lists, dictionaries, integer,
> float, string, etc.. I ignore bound and unbound methods. It works for my
> purposes and isn't really all that complicated.There are some obvious and
> less-obvious limitations (dictionaries can only have string-based keys for
> instance). I've attached my code for this part to this email. There is some
> other garbage for my project, but the HDF5Writer class is the one you want.
>
> Are there better tools out there that could theoretically take a very deeply
> nested structure and automatically write it all in an approximately parallel
> data structure within the HDF5 file?