README.md
pyproject.toml
src/datascore/__init__.py
src/datascore/reporter.py
src/datascore/score.py
src/datascore.egg-info/PKG-INFO
src/datascore.egg-info/SOURCES.txt
src/datascore.egg-info/dependency_links.txt
src/datascore.egg-info/requires.txt
src/datascore.egg-info/top_level.txt
src/datascore/checks/__init__.py
src/datascore/checks/completeness.py
src/datascore/checks/distribution.py
src/datascore/checks/integrity.py
src/datascore/checks/ml_readiness.py
tests/test_completeness.py
tests/test_integrity.py
tests/test_score.py