AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
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/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_c_code.py
tests/test_counter.py
tests/test_hashtable.py
tests/test_npdataclass.py
tests/test_raggedarray.py
tests/test_raggedarray_usage.py
tests/test_raggedshape.py
tests/test_raggedslice.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