anki/pylib
Yoshi ef3cfc561c
Facilitate hook updating/replacement (#2213)
* Facilitate updating of hooks

- Add instructions in contributing.md
- Change addon_config_editor_will_update_json hook to work with the new
  hookslib code

* Fix typo in docs

* Always run replaced hook

* Use lowercase list for typing

* Forbid defining both a replaced and a legacy hook
2022-12-07 15:39:57 +10:00
..
anki Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
rsbridge Pin chrono; update compatible Rust crates 2022-11-30 12:38:10 +10:00
tests Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
tools Facilitate hook updating/replacement (#2213) 2022-12-07 15:39:57 +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.