AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
npstructures/__init__.py
npstructures/arrayfunctions.py
npstructures/bitarray.py
npstructures/hashtable.py
npstructures/mixin.py
npstructures/npdataclasses.py
npstructures/raggedshape.py
npstructures/runlengtharray.py
npstructures/testing.py
npstructures/util.py
npstructures.egg-info/PKG-INFO
npstructures.egg-info/SOURCES.txt
npstructures.egg-info/dependency_links.txt
npstructures.egg-info/not-zip-safe
npstructures.egg-info/requires.txt
npstructures.egg-info/top_level.txt
npstructures/cupy_compatible/__init__.py
npstructures/cupy_compatible/bitarray.py
npstructures/cupy_compatible/hashtable.py
npstructures/cupy_compatible/raggedarray.py
npstructures/cupy_compatible/raggedshape.py
npstructures/cupy_compatible/util.py
npstructures/raggedarray/__init__.py
npstructures/raggedarray/base.py
npstructures/raggedarray/indexablearray.py
npstructures/raggedarray/raggedslice.py
tests/__init__.py
tests/npbackend.py
tests/test_arrayfunctions.py
tests/test_bitarray.py
tests/test_counter.py
tests/test_hashtable.py
tests/test_npdataclass.py
tests/test_raggedarray.py
tests/test_raggedshape.py
tests/test_random.py
tests/test_runlengtharray.py
tests/property_tests/__init__.py
tests/property_tests/strategies.py
tests/property_tests/test_bitarray.py
tests/property_tests/test_hashtable.py
tests/property_tests/test_ragged_array.py
tests/property_tests/test_runlengtharray.py
tests/property_tests/test_ufunc.py