anki/pylib
Damien Elmes f3fa9daae2 do tag rename and tag clearing in background; move logic to tags.py
Because the logic is in rename_tag() now, it means we create a
checkpoint even if the tag is orphaned. This is because currently
checkpointing is a GUI responsibility. In the future we need to introduce
multi-level undo, and should move responsibility for managing it
to the backend.
2021-01-04 14:14:39 +10:00
..
anki do tag rename and tag clearing in background; move logic to tags.py 2021-01-04 14:14:39 +10:00
rsbridge update to stable pyo3 0.13 release 2020-12-23 10:08:38 +10:00
tests add ability to specify an individual Python test 2020-12-16 10:40:29 +10:00
tools merge pylib references 2020-11-17 19:23:06 +10:00
.gitignore symlink generated .py/.pyi into tree to fix Python code completion 2020-12-16 11:36:42 +10:00
.isort.cfg merge pylib references 2020-11-17 19:23:06 +10:00
.pylintrc initial Bazel conversion 2020-11-01 14:26:58 +10:00
BUILD.bazel format_fix -> format; rename svelte-check for consistency 2020-11-12 20:19:32 +10:00
mypy.ini use QtMultimedia for recording instead of PyAudio 2020-12-16 19:33:25 +10:00
protobuf.bzl move backend.proto into rslib/ 2020-11-02 16:28:31 +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.