README.md
pyproject.toml
src/aievaluator/__init__.py
src/aievaluator/cli.py
src/aievaluator/config.py
src/aievaluator.egg-info/PKG-INFO
src/aievaluator.egg-info/SOURCES.txt
src/aievaluator.egg-info/dependency_links.txt
src/aievaluator.egg-info/entry_points.txt
src/aievaluator.egg-info/requires.txt
src/aievaluator.egg-info/top_level.txt
src/aievaluator/api/__init__.py
src/aievaluator/api/client.py
src/aievaluator/formatters/__init__.py
src/aievaluator/formatters/json.py
src/aievaluator/formatters/junit.py
src/aievaluator/formatters/table.py
tests/test_api.py
tests/test_cli_config.py
tests/test_cli_eval.py
tests/test_cli_init.py
tests/test_cli_login.py
tests/test_cli_quick.py
tests/test_cli_whoami.py
tests/test_config.py
tests/test_dataset.py
tests/test_exit_codes.py
tests/test_formatters.py
tests/test_metrics.py
tests/test_thresholds.py