CHANGELOG.md
LICENSE
MANIFEST.in
README.md
RESPONSIBLE_USE.md
pyproject.toml
docs/json-output.md
docs/publishing.md
src/github_first_impression/__init__.py
src/github_first_impression/__main__.py
src/github_first_impression/_version.py
src/github_first_impression/analyzer.py
src/github_first_impression/cli.py
src/github_first_impression/errors.py
src/github_first_impression/exit_codes.py
src/github_first_impression/github_client.py
src/github_first_impression/models.py
src/github_first_impression/report.py
src/github_first_impression/scoring.py
src/github_first_impression/serialization.py
src/github_first_impression.egg-info/PKG-INFO
src/github_first_impression.egg-info/SOURCES.txt
src/github_first_impression.egg-info/dependency_links.txt
src/github_first_impression.egg-info/entry_points.txt
src/github_first_impression.egg-info/requires.txt
src/github_first_impression.egg-info/top_level.txt
tests/test_agent_quality_gate.py
tests/test_publishing_readiness.py
tests/test_readme_analysis.py
tests/test_release_readiness.py
tests/test_scoring.py
tests/test_security_compliance.py
tests/test_url_parsing.py