.env.example
.gitignore
LICENSE
MANIFEST.in
README.md
api-docs.md
pyproject.toml
requirements.txt
setup.py
arxiv_zotero/__init__.py
arxiv_zotero/__main__.py
arxiv_zotero/cli.py
arxiv_zotero/clients/__init__.py
arxiv_zotero/clients/arxiv_client.py
arxiv_zotero/clients/zotero_client.py
arxiv_zotero/config/__init__.py
arxiv_zotero/config/arxiv_config.py
arxiv_zotero/config/metadata_config.py
arxiv_zotero/core/__init__.py
arxiv_zotero/core/connector.py
arxiv_zotero/core/paper_processor.py
arxiv_zotero/core/search_params.py
arxiv_zotero/utils/credentials.py
arxiv_zotero/utils/pdf_manager.py
arxiv_zotero/utils/summarizer.py
arxiv_zotero_connector.egg-info/PKG-INFO
arxiv_zotero_connector.egg-info/SOURCES.txt
arxiv_zotero_connector.egg-info/dependency_links.txt
arxiv_zotero_connector.egg-info/top_level.txt
examples/my_search_example.yaml
tests/test_imports.py