LICENSE
README.md
pyproject.toml
setup.cfg
ch5mpy/__init__.py
ch5mpy/_typing.py
ch5mpy/h5dict.py
ch5mpy/names.py
ch5mpy/objects.py
ch5mpy/utils.py
ch5mpy/write.py
ch5mpy.egg-info/PKG-INFO
ch5mpy.egg-info/SOURCES.txt
ch5mpy.egg-info/dependency_links.txt
ch5mpy.egg-info/requires.txt
ch5mpy.egg-info/top_level.txt
ch5mpy/h5array/__init__.py
ch5mpy/h5array/h5array.py
ch5mpy/h5array/inplace.py
ch5mpy/h5array/io.py
ch5mpy/h5array/repr.py
ch5mpy/h5array/slice.py
ch5mpy/h5array/subset.py
ch5mpy/h5array/functions/__init__.py
ch5mpy/h5array/functions/apply.py
ch5mpy/h5array/functions/element_wise.py
ch5mpy/h5array/functions/implement.py
ch5mpy/h5array/functions/two_arrays.py
ch5mpy/pickle/__init__.py
ch5mpy/pickle/wrap.py
tests/test_array_repr.py
tests/test_full_slice.py
tests/test_functions.py
tests/test_get_chunks.py
tests/test_h5array.py
tests/test_h5dict.py
tests/test_pickle.py
tests/test_write.py