LICENSE
README.md
pyproject.toml
systemeval/__init__.py
systemeval/cli.py
systemeval/config.py
systemeval.egg-info/PKG-INFO
systemeval.egg-info/SOURCES.txt
systemeval.egg-info/dependency_links.txt
systemeval.egg-info/entry_points.txt
systemeval.egg-info/requires.txt
systemeval.egg-info/top_level.txt
systemeval/adapters/__init__.py
systemeval/adapters/base.py
systemeval/adapters/pytest_adapter.py
systemeval/adapters/registry.py
systemeval/core/__init__.py
systemeval/core/config.py
systemeval/core/criteria.py
systemeval/core/reporter.py
systemeval/core/result.py
systemeval/plugins/__init__.py
systemeval/plugins/docker.py
systemeval/templates/__init__.py
systemeval/templates/defaults.py
systemeval/templates/renderer.py
systemeval/utils/__init__.py