anki/pylib
2021-01-31 21:05:46 +10:00
..
anki warn add-ons importing json from anki.utils; use stdout not stderr 2021-01-31 21:05:46 +10:00
rsbridge move rsbridge into _backend 2021-01-31 18:55:45 +10:00
tests make backend instance on col private 2021-01-31 18:56:16 +10:00
tools start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
.gitignore symlink generated .py/.pyi into tree to fix Python code completion 2020-12-16 11:36:42 +10:00
.isort.cfg start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +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 move rsbridge into _backend 2021-01-31 18:55:45 +10:00
orjson.bzl Make orjson optional again 2021-01-07 09:44:40 +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.