Anki/pylib
Ren Tatsumoto 57d6e99262
Add a hook that allows to edit a note before it is added. (#2481)
* add note_will_be_added hook

* attempt to fix Tests.buildkite/linux/entrypoint

* attempt to fix Tests.buildkite/linux/entrypoint

* apply patch
2023-04-27 15:34:33 +10:00
..
anki Add a hook that allows to edit a note before it is added. (#2481) 2023-04-27 15:34:33 +10:00
rsbridge Update Rust deps 2023-03-31 14:38:24 +10:00
tests Tweak unit test to reduce likelihood of flake under heavy load 2023-04-26 21:38:04 +10:00
tools Add a hook that allows to edit a note before it is added. (#2481) 2023-04-27 15:34:33 +10:00
.gitignore symlink generated .py/.pyi into tree to fix Python code completion 2020-12-16 11:36:42 +10: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.