LICENSE
README.md
pyproject.toml
src/papergraph/__init__.py
src/papergraph/__main__.py
src/papergraph/_resources.py
src/papergraph/cli.py
src/papergraph/model.py
src/papergraph/report.py
src/papergraph/source.py
src/papergraph/validator.py
src/papergraph.egg-info/PKG-INFO
src/papergraph.egg-info/SOURCES.txt
src/papergraph.egg-info/dependency_links.txt
src/papergraph.egg-info/entry_points.txt
src/papergraph.egg-info/requires.txt
src/papergraph.egg-info/top_level.txt
src/papergraph/schemas/coverage-schema.json
src/papergraph/schemas/graph-schema.json
src/papergraph/viewer/app.js
src/papergraph/viewer/index.html
src/papergraph/viewer/styles.css
tests/test_cli.py
tests/test_packaging.py
tests/test_skill_contract.py
tests/test_source.py
tests/test_stdlib_only.py
tests/test_synthetic_golden.py
tests/test_validator.py
tests/test_viewer.py