LICENSE
README.md
pyproject.toml
src/repo_health_score/__init__.py
src/repo_health_score.egg-info/PKG-INFO
src/repo_health_score.egg-info/SOURCES.txt
src/repo_health_score.egg-info/dependency_links.txt
src/repo_health_score.egg-info/entry_points.txt
src/repo_health_score.egg-info/requires.txt
src/repo_health_score.egg-info/top_level.txt
src/repo_health_score/cli/__init__.py
src/repo_health_score/github/__init__.py
src/repo_health_score/github/client.py
src/repo_health_score/github/manifests.py
src/repo_health_score/scoring/__init__.py
src/repo_health_score/scoring/ci_cd.py
src/repo_health_score/scoring/community.py
src/repo_health_score/scoring/dependencies.py
src/repo_health_score/scoring/documentation.py
src/repo_health_score/scoring/engine.py
src/repo_health_score/scoring/issues.py
src/repo_health_score/scoring/pulls.py
src/repo_health_score/scoring/scanner.py
tests/test_scoring.py