anki/pylib
Damien Elmes 7f738c11a2 deck config prototype work in progress
Still in the early stages, and not hooked up yet.
2021-04-14 22:33:10 +10:00
..
anki deck config prototype work in progress 2021-04-14 22:33:10 +10:00
rsbridge add missing copyright headers to *.rs 2021-04-13 18:59:16 +10:00
tests add missing copyright headers to *.py 2021-04-13 18:45:35 +10:00
tools add missing copyright headers to *.py 2021-04-13 18:45:35 +10:00
.gitignore
.isort.cfg start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
.pylintrc Remove pb SortKind enum and use pb Columns instead 2021-04-09 18:50:30 +02:00
BUILD.bazel
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

Anki's Python library code is in anki/.

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