anki/pylib
Damien Elmes c79f8ba88f in/out -> request/response
The saved characters weren't worth the increased difficulty when
reading, and the fact that we were deviating from protobuf norms.
2021-06-20 15:49:20 +10:00
..
anki in/out -> request/response 2021-06-20 15:49:20 +10:00
rsbridge add missing copyright headers to *.rs 2021-04-13 18:59:16 +10:00
tests Merge pull request #1230 from RumovZ/fields-check 2021-06-17 21:26:16 +10:00
tools Fix black workaround for format calls 2021-05-18 22:19:09 +02:00
.gitignore
.isort.cfg
.pylintrc in/out -> request/response 2021-06-20 15:49:20 +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
protobuf.bzl
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.