LICENSE
MANIFEST.in
README.md
conftest.py
pyproject.toml
pytest.ini
setup.cfg
setup.py
versioneer.py
ndindex/__init__.py
ndindex/_crt.py
ndindex/_slice.c
ndindex/_slice.pyx
ndindex/_tuple.cpp
ndindex/_tuple.pyx
ndindex/_version.py
ndindex/array.py
ndindex/booleanarray.py
ndindex/chunking.py
ndindex/ellipsis.py
ndindex/integer.py
ndindex/integerarray.py
ndindex/ndindex.py
ndindex/newaxis.py
ndindex/shapetools.py
ndindex/slice.py
ndindex/subindex_helpers.py
ndindex/tuple.py
ndindex.egg-info/PKG-INFO
ndindex.egg-info/SOURCES.txt
ndindex.egg-info/dependency_links.txt
ndindex.egg-info/requires.txt
ndindex.egg-info/top_level.txt
ndindex/tests/__init__.py
ndindex/tests/doctest.py
ndindex/tests/helpers.py
ndindex/tests/test_array.py
ndindex/tests/test_as_subindex.py
ndindex/tests/test_booleanarray.py
ndindex/tests/test_broadcast_arrays.py
ndindex/tests/test_chunking.py
ndindex/tests/test_crt.py
ndindex/tests/test_ellipsis.py
ndindex/tests/test_expand.py
ndindex/tests/test_integer.py
ndindex/tests/test_integerarray.py
ndindex/tests/test_isvalid.py
ndindex/tests/test_ndindex.py
ndindex/tests/test_newaxis.py
ndindex/tests/test_newshape.py
ndindex/tests/test_no_dependencies.py
ndindex/tests/test_selected_indices.py
ndindex/tests/test_shapetools.py
ndindex/tests/test_slice.py
ndindex/tests/test_tuple.py