LICENSE
README.md
pyproject.toml
src/bootstrapx/__init__.py
src/bootstrapx/api.py
src/bootstrapx/py.typed
src/bootstrapx/utils.py
src/bootstrapx/engine/__init__.py
src/bootstrapx/engine/backend.py
src/bootstrapx/generators/__init__.py
src/bootstrapx/generators/hierarchical.py
src/bootstrapx/generators/iid.py
src/bootstrapx/generators/timeseries.py
src/bootstrapx/stats/__init__.py
src/bootstrapx/stats/confidence.py
src/bootstrapx_lib.egg-info/PKG-INFO
src/bootstrapx_lib.egg-info/SOURCES.txt
src/bootstrapx_lib.egg-info/dependency_links.txt
src/bootstrapx_lib.egg-info/requires.txt
src/bootstrapx_lib.egg-info/top_level.txt
tests/test_backend.py
tests/test_confidence.py
tests/test_edge_cases.py
tests/test_hierarchical.py
tests/test_iid.py
tests/test_timeseries.py
tests/test_validation.py