TODO: - [ ] add ``open_hdf`` function - [ ] implement ``put(key, value, attrs)`` method: ```python arr = ndtest((3, 3)) with LHDFStore(filepath) as store: store.put(key='arr', value=arr, attrs={'type': 'Array'}) ``` - [ ] update documentation of argument `filepath` of Axis/Group/LArray.to_hdf to tell it can also be a LHDFStore instance