.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/publish-pypi.yml
.github/workflows/run-tests.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/tutorial.md
docs/_static/.gitignore
src/compressed_lists/__init__.py
src/compressed_lists/base.py
src/compressed_lists/biocframe_list.py
src/compressed_lists/bool_list.py
src/compressed_lists/float_list.py
src/compressed_lists/integer_list.py
src/compressed_lists/numpy_list.py
src/compressed_lists/partition.py
src/compressed_lists/split_generic.py
src/compressed_lists/string_list.py
src/compressed_lists.egg-info/PKG-INFO
src/compressed_lists.egg-info/SOURCES.txt
src/compressed_lists.egg-info/dependency_links.txt
src/compressed_lists.egg-info/not-zip-safe
src/compressed_lists.egg-info/requires.txt
src/compressed_lists.egg-info/top_level.txt
tests/conftest.py
tests/test_base.py
tests/test_comp_biocframe.py
tests/test_comp_bool.py
tests/test_comp_custom.py
tests/test_comp_float.py
tests/test_comp_int.py
tests/test_comp_numpy.py
tests/test_comp_str.py
tests/test_generics.py
tests/test_partitioning.py
tests/test_type_validations.py