README.md
pyproject.toml
biolit/__init__.py
biolit/cli.py
biolit/config.py
biolit/mcp_server.py
biolit/pipeline.py
biolit/utils.py
biolit.egg-info/PKG-INFO
biolit.egg-info/SOURCES.txt
biolit.egg-info/dependency_links.txt
biolit.egg-info/entry_points.txt
biolit.egg-info/requires.txt
biolit.egg-info/top_level.txt
biolit/fetchers/__init__.py
biolit/fetchers/_hooks.py
biolit/fetchers/bibtex.py
biolit/fetchers/core.py
biolit/fetchers/custom_resolvers.py
biolit/fetchers/europepmc.py
biolit/fetchers/europepmc_pdf.py
biolit/fetchers/geo.py
biolit/fetchers/landing_page.py
biolit/fetchers/landing_page_html.py
biolit/fetchers/local_pdf.py
biolit/fetchers/openalex.py
biolit/fetchers/page_classify.py
biolit/fetchers/preprints.py
biolit/fetchers/pubmed.py
biolit/fetchers/semantic_scholar.py
biolit/fetchers/supplementary.py
biolit/fetchers/unpaywall.py
biolit/fetchers/zotero.py
biolit/llm/__init__.py
biolit/llm/anthropic_client.py
biolit/llm/base.py
biolit/llm/ollama_client.py
biolit/llm/openai_client.py
biolit/parsers/__init__.py
biolit/parsers/docx.py
biolit/parsers/jats.py
biolit/parsers/pdf.py
biolit/parsers/utils.py
tests/test_cli.py
tests/test_config.py
tests/test_core.py
tests/test_custom_resolvers.py
tests/test_europepmc.py
tests/test_europepmc_pdf.py
tests/test_fetch_paper.py
tests/test_fetcher_hooks.py
tests/test_geo.py
tests/test_integration.py
tests/test_landing_page.py
tests/test_landing_page_html.py
tests/test_mcp_server.py
tests/test_openalex.py
tests/test_page_classify.py
tests/test_parsers.py
tests/test_pipeline.py
tests/test_preprints.py
tests/test_pubmed.py
tests/test_semantic_scholar.py
tests/test_supplementary.py
tests/test_test1_eml.py
tests/test_utils.py
tests/test_zotero.py