9af87ba082
Bytes come in as an array of integers, which we could probably solve on the PyO3 end instead, but this will do for now - the same fix is already used for non-DB case. https://forums.ankiweb.net/t/anki-2-1-50-beta/15608/15 |
||
---|---|---|
.. | ||
anki | ||
rsbridge | ||
tests | ||
tools | ||
.gitignore | ||
.isort.cfg | ||
.pylintrc | ||
BUILD.bazel | ||
mypy.ini | ||
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.