anki/pylib
2022-01-24 11:47:58 +10:00
..
anki Replace models by decks in models warning (#1619) 2022-01-24 11:47:58 +10:00
rsbridge update Rust deps 2022-01-15 14:59:43 +10:00
tests Add _raw methods for all methods in the backend (#1594) 2022-01-21 21:32:39 +10:00
tools The importer list have a Hook (#1543) 2021-12-09 11:20:29 +10:00
.gitignore
.isort.cfg
.pylintrc Backend Custom Study (#1600) 2022-01-20 14:25:22 +10:00
BUILD.bazel run buildifier/buildozer to tidy up BUILD files 2021-12-14 09:18:24 +10:00
mypy.ini PEP8 for rest of pylib (#1451) 2021-10-25 14:50:13 +10:00
orjson.bzl
protobuf.bzl refactor protobuf handling for split/import 2021-07-10 19:17:05 +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.