LICENSE
README.md
pyproject.toml
src/proof_citations/__init__.py
src/proof_citations/cli.py
src/proof_citations/compare.py
src/proof_citations/fetch.py
src/proof_citations/identify.py
src/proof_citations/latex_text.py
src/proof_citations/normalize.py
src/proof_citations/oa_lookup.py
src/proof_citations/source_credibility.py
src/proof_citations/verify.py
src/proof_citations/verify_record.py
src/proof_citations.egg-info/PKG-INFO
src/proof_citations.egg-info/SOURCES.txt
src/proof_citations.egg-info/dependency_links.txt
src/proof_citations.egg-info/entry_points.txt
src/proof_citations.egg-info/requires.txt
src/proof_citations.egg-info/top_level.txt
src/proof_citations/data/academic_domains.json
src/proof_citations/data/government_tlds.json
src/proof_citations/data/journal_abbreviations.json
src/proof_citations/data/major_news.json
src/proof_citations/data/reference_domains.json
src/proof_citations/data/unreliable_domains.json
src/proof_citations/resolvers/__init__.py
src/proof_citations/resolvers/arxiv.py
src/proof_citations/resolvers/base.py
src/proof_citations/resolvers/doi.py
src/proof_citations/resolvers/handle.py
src/proof_citations/resolvers/isbn.py
src/proof_citations/resolvers/pubmed.py
src/proof_citations/resolvers/swhid.py
src/proof_citations/resolvers/url.py
tests/test_cli.py
tests/test_cli_verify_records.py
tests/test_compare.py
tests/test_fetch.py
tests/test_identify.py
tests/test_latex_text.py
tests/test_normalize.py
tests/test_resolvers_base.py
tests/test_resolvers_dispatch.py
tests/test_resolvers_pubmed.py
tests/test_source_credibility.py
tests/test_verify.py
tests/test_verify_expected_metadata.py
tests/test_verify_record.py