.gitignore
LICENSE
README.md
conftest.py
pyproject.toml
.github/workflows/publish-package.yaml
.github/workflows/run-tests.yaml
judges/__init__.py
judges/base.py
judges.egg-info/PKG-INFO
judges.egg-info/SOURCES.txt
judges.egg-info/dependency_links.txt
judges.egg-info/requires.txt
judges.egg-info/top_level.txt
judges/classifiers/__init__.py
judges/classifiers/correctness.py
judges/graders/__init__.py
judges/graders/quality.py
judges/graders/relevancy.py
tests/__init__.py
tests/test_judges.py