LICENSE
README.md
pyproject.toml
src/stack_score/__init__.py
src/stack_score/__main__.py
src/stack_score/cli.py
src/stack_score/compatibility.py
src/stack_score/cve_check.py
src/stack_score/database.py
src/stack_score/scorer.py
src/stack_score/suggestions.py
src/stack_score.egg-info/PKG-INFO
src/stack_score.egg-info/SOURCES.txt
src/stack_score.egg-info/dependency_links.txt
src/stack_score.egg-info/entry_points.txt
src/stack_score.egg-info/requires.txt
src/stack_score.egg-info/top_level.txt
src/stack_score/formatters/__init__.py
src/stack_score/formatters/json_fmt.py
src/stack_score/formatters/table.py
tests/test_database.py
tests/test_scorer.py