LICENSE
README.md
pyproject.toml
app/__init__.py
app/cli.py
app/config.py
app/database.py
app/main.py
app/models.py
app/api/__init__.py
app/api/articles.py
app/api/reading.py
app/api/stats.py
app/api/words.py
app/services/__init__.py
app/services/ai.py
app/services/corpus.py
app/services/dict_import.py
app/services/similarity.py
app/services/smart_test.py
app/services/srs.py
app/web/icon.svg
app/web/index.html
app/web/manifest.json
app/web/css/style.css
app/web/js/app.js
readloops.egg-info/PKG-INFO
readloops.egg-info/SOURCES.txt
readloops.egg-info/dependency_links.txt
readloops.egg-info/entry_points.txt
readloops.egg-info/requires.txt
readloops.egg-info/top_level.txt
tests/test_api_endpoints.py
tests/test_cli.py
tests/test_database.py
tests/test_similarity.py
tests/test_smoke.py
tests/test_srs.py