LICENSE
pyproject.toml
sourceror/README.md
sourceror/__init__.py
sourceror/__main__.py
sourceror/cache.py
sourceror/cli.py
sourceror/config.py
sourceror/credentials.py
sourceror.egg-info/PKG-INFO
sourceror.egg-info/SOURCES.txt
sourceror.egg-info/dependency_links.txt
sourceror.egg-info/entry_points.txt
sourceror.egg-info/requires.txt
sourceror.egg-info/top_level.txt
sourceror/apis/__init__.py
sourceror/apis/base.py
sourceror/apis/crossref.py
sourceror/apis/openalex.py
sourceror/apis/semantic_scholar.py
sourceror/parsers/__init__.py
sourceror/parsers/bibtex.py
sourceror/parsers/latex.py
sourceror/parsers/pdf.py
sourceror/reporting/__init__.py
sourceror/reporting/markdown.py
sourceror/reporting/models.py
sourceror/verification/__init__.py
sourceror/verification/existence.py
sourceror/verification/metadata.py
sourceror/verification/relevance.py
tests/test_cli.py
tests/test_credentials.py
tests/test_existence.py
tests/test_metadata.py
tests/test_models.py
tests/test_parsers.py
tests/test_pdf_parser.py
tests/test_report.py