LICENSE
README.md
pyproject.toml
ch5mpy/__init__.py
ch5mpy/_typing.py
ch5mpy/attributes.py
ch5mpy/dict.py
ch5mpy/list.py
ch5mpy/names.py
ch5mpy/np.py
ch5mpy/options.py
ch5mpy/read.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/array.py
ch5mpy/h5array/creation_routines.py
ch5mpy/h5array/io.py
ch5mpy/h5array/repr.py
ch5mpy/h5array/view.py
ch5mpy/h5array/chunks/__init__.py
ch5mpy/h5array/chunks/iter.py
ch5mpy/h5array/chunks/repeated_array.py
ch5mpy/h5array/chunks/utils.py
ch5mpy/h5array/functions/__init__.py
ch5mpy/h5array/functions/apply.py
ch5mpy/h5array/functions/creation_routines.py
ch5mpy/h5array/functions/element_wise.py
ch5mpy/h5array/functions/implement.py
ch5mpy/h5array/functions/routines.py
ch5mpy/h5array/functions/two_arrays.py
ch5mpy/indexing/__init__.py
ch5mpy/indexing/_typing.py
ch5mpy/indexing/list.py
ch5mpy/indexing/selection.py
ch5mpy/indexing/slice.py
ch5mpy/indexing/special.py
ch5mpy/objects/__init__.py
ch5mpy/objects/dataset.py
ch5mpy/objects/group.py
ch5mpy/objects/object.py
ch5mpy/objects/pickle.py
tests/test_array_creation.py
tests/test_array_repr.py
tests/test_chunked_array.py
tests/test_complex_object_h5array.py
tests/test_full_slice.py
tests/test_functions.py
tests/test_get_chunks.py
tests/test_h5_list.py
tests/test_h5array.py
tests/test_h5dict.py
tests/test_pickle.py
tests/test_repeated_array.py
tests/test_selection.py
tests/test_str_h5array.py
tests/test_write.py