LICENSE
README.md
pyproject.toml
src/scholar/__init__.py
src/scholar/__main__.py
src/scholar/cache.py
src/scholar/cli.py
src/scholar/enrich.py
src/scholar/llm_review.py
src/scholar/notes.py
src/scholar/pdf.py
src/scholar/providers.py
src/scholar/review.py
src/scholar/scholar.py
src/scholar/tui.py
src/scholar/utils.py
src/scholarcli.egg-info/PKG-INFO
src/scholarcli.egg-info/SOURCES.txt
src/scholarcli.egg-info/dependency_links.txt
src/scholarcli.egg-info/entry_points.txt
src/scholarcli.egg-info/requires.txt
src/scholarcli.egg-info/top_level.txt
src/snowball/__init__.py
src/snowball/cli.py
src/snowball/models.py
src/snowball/paper_utils.py
src/snowball/snowballing.py
src/snowball/visualization.py
src/snowball/apis/__init__.py
src/snowball/apis/aggregator.py
src/snowball/apis/arxiv.py
src/snowball/apis/base.py
src/snowball/apis/crossref.py
src/snowball/apis/google_scholar.py
src/snowball/apis/openalex.py
src/snowball/apis/opencitations.py
src/snowball/apis/semantic_scholar.py
src/snowball/exporters/__init__.py
src/snowball/exporters/bibtex.py
src/snowball/exporters/csv_exporter.py
src/snowball/exporters/tikz.py
src/snowball/filters/__init__.py
src/snowball/filters/filter_engine.py
src/snowball/parsers/__init__.py
src/snowball/parsers/pdf_parser.py
src/snowball/scoring/__init__.py
src/snowball/scoring/base.py
src/snowball/scoring/llm_scorer.py
src/snowball/scoring/tfidf_scorer.py
src/snowball/storage/__init__.py
src/snowball/storage/json_storage.py
src/snowball/tui/__init__.py
src/snowball/tui/app.py
src/tuxedo/__init__.py
src/tuxedo/analysis.py
src/tuxedo/cli.py
src/tuxedo/clustering.py
src/tuxedo/database.py
src/tuxedo/grobid.py
src/tuxedo/logging.py
src/tuxedo/models.py
src/tuxedo/project.py
src/tuxedo/tui.py
tests/test_cache.py
tests/test_cli.py
tests/test_enrich.py
tests/test_llm_review.py
tests/test_notes.py
tests/test_pdf.py
tests/test_providers.py
tests/test_review.py
tests/test_scholar.py
tests/test_tui.py
tests/test_utils.py