Anki/pylib
Jarrett Ye 9c8f0ffc7d Disable FSRS by default in test helper function
Add Config import and disable FSRS in getEmptyCol() helper function.
This ensures all tests using this helper function have FSRS disabled
by default, maintaining compatibility with legacy scheduler tests.
2025-10-15 03:31:04 +08:00
..
anki Add Yiddish to language list 2025-09-21 23:33:15 +10:00
rsbridge Update to Rust 1.88 2025-06-29 11:50:49 +07:00
tests Disable FSRS by default in test helper function 2025-10-15 03:31:04 +08:00
tools Switch to Ruff (#4119) 2025-06-29 14:38:35 +07:00
.gitignore symlink generated .py/.pyi into tree to fix Python code completion 2020-12-16 11:36:42 +10:00
hatch_build.py Python dependency/wheel tweaks 2025-06-27 16:10:12 +07:00
pyproject.toml Tweak protobuf requirements 2025-07-16 14:15:25 +07:00
README.md minor doc updates 2020-12-11 22:37:12 +10:00

Anki's Python library code is in anki/.

The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.