.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
tox.ini
.github/workflows/ci.yaml
.github/workflows/release.yml
bbstat/__init__.py
bbstat/_version.py
bbstat/bootstrap.py
bbstat/evaluate.py
bbstat/plot.py
bbstat/registry.py
bbstat/resample.py
bbstat/statistics.py
bbstat/utils.py
bbstat.egg-info/PKG-INFO
bbstat.egg-info/SOURCES.txt
bbstat.egg-info/dependency_links.txt
bbstat.egg-info/requires.txt
bbstat.egg-info/top_level.txt
docs/changelog.md
docs/index.md
docs/reference.md
tests/__init__.py
tests/test_bootstrap.py
tests/test_evaluate.py
tests/test_plot.py
tests/test_registry.py
tests/test_resample.py
tests/test_statistics.py
tests/test_utils.py