Anki/pylib
Jarrett Ye a4c95f5fbd
include decay in ComputeMemoryStateResponse (#4102)
* include decay in ComputeMemoryStateResponse

* Add decay attribute to ComputedMemoryState and update Collection methods

* Refactor decay calculation into a helper function for improved readability and maintainability in memory state management

* format & clippy
2025-06-20 20:59:35 +03:00
..
anki include decay in ComputeMemoryStateResponse (#4102) 2025-06-20 20:59:35 +03:00
rsbridge Fix check action on Windows ARM 2025-06-20 16:52:25 +07:00
tests Improve natural unit conversion for a time b/w 360 to 365 days (#3901) 2025-04-13 14:26:34 +10:00
tools Improve exception handling (#3290) 2024-08-04 20:51:13 +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 Migrate build system to uv (#4074) 2025-06-19 14:03:16 +07:00
pyproject.toml Handle beta/rc tags, bump beta, add exact version pin to aqt 2025-06-20 16:13:50 +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.