anki/pylib
2021-07-08 10:32:27 +10:00
..
anki more friendly message for v2 import into v1 2021-07-08 10:32:27 +10:00
rsbridge update most rust deps; skip rusqlite 2021-06-25 15:35:25 +10:00
tests Add pylib/browser.py for literal config keys 2021-07-05 12:44:48 +02:00
tools PEP8 models.py 2021-06-27 14:30:00 +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 PEP8 collection.py 2021-06-27 15:12:22 +10:00
BUILD.bazel update to latest mypy 2021-06-16 16:04:59 +10:00
mypy.ini support undo of filtered deck build/empty 2021-03-24 12:56:06 +10:00
orjson.bzl Make orjson optional again 2021-01-07 09:44:40 +10:00
protobuf.bzl update mypy and other Python deps 2021-02-01 15:50:04 +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.