.gitignore
.pre-commit-config.yaml
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
requirements.txt
.github/workflows/deploy.yml
.github/workflows/test.yml
scripts/benchmark.py
scripts/example.py
src/itaxotools/haplostats/__init__.py
src/itaxotools/haplostats/counters.py
src/itaxotools/haplostats/haplostats.py
src/itaxotools/haplostats/indexer.py
src/itaxotools/haplostats/sets.py
src/itaxotools_haplostats.egg-info/PKG-INFO
src/itaxotools_haplostats.egg-info/SOURCES.txt
src/itaxotools_haplostats.egg-info/dependency_links.txt
src/itaxotools_haplostats.egg-info/requires.txt
src/itaxotools_haplostats.egg-info/top_level.txt
tests/test_counters.py
tests/test_haplostats.py
tests/test_indexer.py
tests/test_sets.py