.env.example
.gitignore
LICENSE
README.md
pyproject.toml
uv.lock
.github/skills/bibcheck-verify/SKILL.md
.github/workflows/publish.yaml
src/bibcheck/__init__.py
src/bibcheck/cli.py
src/bibcheck/graph/__init__.py
src/bibcheck/graph/cache.py
src/bibcheck/graph/traverse.py
src/bibcheck/ingest/__init__.py
src/bibcheck/ingest/bibtex.py
src/bibcheck/ingest/pdf.py
src/bibcheck/ingest/text.py
src/bibcheck/report/__init__.py
src/bibcheck/report/json_graph.py
src/bibcheck/report/summary.py
src/bibcheck/resolve/__init__.py
src/bibcheck/resolve/base.py
src/bibcheck/resolve/crossref.py
src/bibcheck/resolve/fuzzy_match.py
src/bibcheck/resolve/http.py
src/bibcheck/resolve/llm.py
src/bibcheck/resolve/openalex.py
src/bibcheck_verify.egg-info/PKG-INFO
src/bibcheck_verify.egg-info/SOURCES.txt
src/bibcheck_verify.egg-info/dependency_links.txt
src/bibcheck_verify.egg-info/entry_points.txt
src/bibcheck_verify.egg-info/requires.txt
src/bibcheck_verify.egg-info/scm_file_list.json
src/bibcheck_verify.egg-info/scm_version.json
src/bibcheck_verify.egg-info/top_level.txt
tests/__init__.py
tests/test_cache.py
tests/test_cli.py
tests/test_graph_traverse.py
tests/test_ingest_bibtex.py
tests/test_ingest_text.py
tests/test_llm.py
tests/test_resolve_fuzzy_match.py
tests/test_summary.py