Anki/pylib
2021-03-17 22:22:58 +10:00
..
anki normalize first field before comparing with local DB 2021-03-17 22:22:58 +10:00
rsbridge rework backend codegen to support multiple services; split out sched 2021-03-11 14:51:29 +10:00
tests split out common scheduler code into base.py, use scheduler/ dir 2021-03-12 14:07:52 +10:00
tools update to latest mypy_protobuf 2021-02-03 13:31:52 +10:00
.gitignore
.isort.cfg
.pylintrc Simplify note adding and the deck/notetype choosers 2021-03-10 11:53:27 +10:00
BUILD.bazel format_fix -> format; rename svelte-check for consistency 2020-11-12 20:19:32 +10:00
mypy.ini
orjson.bzl
protobuf.bzl update mypy and other Python deps 2021-02-01 15:50:04 +10:00
README.md

Anki's Python library code is in anki/.

The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.