.coveragerc
.editorconfig
.gitignore
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
StudentScore/__init__.py
StudentScore/__main__.py
StudentScore/schema.py
StudentScore/score.py
StudentScore/version.py
StudentScore.egg-info/PKG-INFO
StudentScore.egg-info/SOURCES.txt
StudentScore.egg-info/dependency_links.txt
StudentScore.egg-info/entry_points.txt
StudentScore.egg-info/requires.txt
StudentScore.egg-info/top_level.txt
StudentScore.egg-info/zip-safe
tests/criteria-neg.yml
tests/criteria-percent.yml
tests/criteria.yml
tests/test_cli.py
tests/test_file.py
tests/test_schema.py
tests/test_score.py