LICENSE
README.md
pyproject.toml
src/awescholar/__init__.py
src/awescholar/agentx_export.py
src/awescholar/archive.py
src/awescholar/backfill.py
src/awescholar/categories.py
src/awescholar/cli.py
src/awescholar/config.py
src/awescholar/data_fields.py
src/awescholar/db.py
src/awescholar/enrich.py
src/awescholar/github.py
src/awescholar/llm.py
src/awescholar/pipeline.py
src/awescholar/prompts.py
src/awescholar/reader.py
src/awescholar/readme.py
src/awescholar/record.py
src/awescholar/rss.py
src/awescholar/scaffold.py
src/awescholar/schemas.py
src/awescholar/search.py
src/awescholar/utils.py
src/awescholar.egg-info/PKG-INFO
src/awescholar.egg-info/SOURCES.txt
src/awescholar.egg-info/dependency_links.txt
src/awescholar.egg-info/entry_points.txt
src/awescholar.egg-info/requires.txt
src/awescholar.egg-info/top_level.txt
src/awescholar/templates/config.json.tmpl
src/awescholar/templates/contributing.md.tmpl
src/awescholar/templates/gitignore.tmpl
src/awescholar/templates/license_mpl2.txt
src/awescholar/templates/readme_branding_en.md.tmpl
src/awescholar/templates/readme_branding_zh.md.tmpl
src/awescholar/templates/readme_en.md.tmpl
src/awescholar/templates/readme_zh.md.tmpl
src/awescholar/templates/assets/wechat-pay.jpg
src/awescholar/templates/website_bio/index.html.tmpl
src/awescholar/templates/website_vt/index.html.tmpl
tests/test_agentx_export.py
tests/test_backfill.py
tests/test_cli.py
tests/test_config.py
tests/test_data_fields.py
tests/test_db.py
tests/test_dedupe.py
tests/test_enrich.py
tests/test_github.py
tests/test_pipeline.py
tests/test_reader.py
tests/test_record.py
tests/test_scaffold.py
tests/test_schemas.py
tests/test_search.py
tests/test_utils.py