Anki/pylib
Jarrett Ye 037dfa1bc1
Add last_review_time to card data for performance and accuracy (#4124)
* Add `last_review_time` to card data

* cargo clippy

* Calculate days elapsed since last review time in add_extract_fsrs_relative_retrievability

* expose last_review_time to Card in Python

* Fix last_review_time assignment in Card class to use last_review_time_secs

* format

* Update last_review_time assignment to exclude filtered preview state in Card class
2025-07-08 00:41:01 +07:00
..
anki Add last_review_time to card data for performance and accuracy (#4124) 2025-07-08 00:41:01 +07:00
rsbridge Update to Rust 1.88 2025-06-29 11:50:49 +07:00
tests Switch to Ruff (#4119) 2025-06-29 14:38:35 +07: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 Drop psutil from wheel requirements 2025-06-27 16:10:12 +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.