.coveragerc
.flake8
.gitignore
LICENSE
README.md
mypy.ini
noxfile.py
pyproject.toml
pytest.ini
setup.py
.github/workflows/release.yml
.github/workflows/tests.yml
docs/about.md
src/brad/__init__.py
src/brad/core.py
src/brad/exceptions.py
src/brad/samplers.py
src/brad.egg-info/PKG-INFO
src/brad.egg-info/SOURCES.txt
src/brad.egg-info/dependency_links.txt
src/brad.egg-info/requires.txt
src/brad.egg-info/top_level.txt
tests/__init__.py
tests/helpers.py
tests/test_base.py
tests/test_bootknife.py
tests/test_bootstrap.py
tests/test_jackknife.py
tests/test_parametric_bootstrap.py
tests/test_permutation_test.py
tests/test_smooth_bootstrap.py