LICENSE
README.md
pyproject.toml
src/evalci/__init__.py
src/evalci/_correction.py
src/evalci/_intervals.py
src/evalci/_power.py
src/evalci/_significance.py
src/evalci/cli.py
src/evalci/report.py
src/evalci/schema.py
src/evalci/stats.py
src/evalci.egg-info/PKG-INFO
src/evalci.egg-info/SOURCES.txt
src/evalci.egg-info/dependency_links.txt
src/evalci.egg-info/entry_points.txt
src/evalci.egg-info/requires.txt
src/evalci.egg-info/top_level.txt
src/evalci/adapters/__init__.py
src/evalci/adapters/csv.py
src/evalci/adapters/helm.py
src/evalci/adapters/lm_eval_harness.py
tests/test_adapters.py
tests/test_cli.py
tests/test_correction.py
tests/test_intervals.py
tests/test_power.py
tests/test_report.py
tests/test_schema.py
tests/test_significance.py
tests/test_stats_api.py