LICENSE
README.md
pyproject.toml
src/gather/__init__.py
src/gather/api.py
src/gather/arxiv.py
src/gather/browser.py
src/gather/cli.py
src/gather/commands.py
src/gather/corpus_cmd.py
src/gather/credentials.py
src/gather/derive.py
src/gather/digest.py
src/gather/docs.py
src/gather/feed.py
src/gather/item.py
src/gather/method.py
src/gather/model.py
src/gather/net.py
src/gather/ocr.py
src/gather/pdf.py
src/gather/provenance.py
src/gather/recall.py
src/gather/run.py
src/gather/scope.py
src/gather/source.py
src/gather/store.py
src/gather/transcribe.py
src/gather/video.py
src/gather/web.py
src/gather_engine.egg-info/PKG-INFO
src/gather_engine.egg-info/SOURCES.txt
src/gather_engine.egg-info/dependency_links.txt
src/gather_engine.egg-info/entry_points.txt
src/gather_engine.egg-info/requires.txt
src/gather_engine.egg-info/top_level.txt
tests/test_api.py
tests/test_arxiv.py
tests/test_cli.py
tests/test_credentials.py
tests/test_demo.py
tests/test_derive.py
tests/test_digest.py
tests/test_docs.py
tests/test_feed.py
tests/test_hard_sources.py
tests/test_item.py
tests/test_method.py
tests/test_model.py
tests/test_net.py
tests/test_package.py
tests/test_pdf.py
tests/test_provenance.py
tests/test_recall.py
tests/test_run.py
tests/test_scope.py
tests/test_store.py
tests/test_video.py
tests/test_web.py
tests/test_xml_safety.py