.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/CompressedIntegerList.py
src/compressed_lists/CompressedList.py
src/compressed_lists/CompressedStringList.py
src/compressed_lists/__init__.py
src/compressed_lists/partition.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_comp_custom.py
tests/test_comp_int.py
tests/test_comp_str.py
tests/test_partitioning.py