Anki/pylib/anki/_backend
Damien Elmes 9af87ba082 fix _db_command: TypeError: a bytes-like object is required, not 'list'
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
2021-12-05 08:00:26 +10:00
..
__init__.py fix _db_command: TypeError: a bytes-like object is required, not 'list' 2021-12-05 08:00:26 +10:00
BUILD.bazel vendor stringcase 2021-10-22 08:56:44 +10:00
fluent.py rework translation handling 2021-03-26 09:41:32 +10:00
genbackend.py Enable invalid-name globally in pylib (#1454) 2021-10-25 19:10:56 +10:00
generated.py start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
genfluent.py Enable invalid-name globally in pylib (#1454) 2021-10-25 19:10:56 +10:00
rsbridge.pyi rework backend codegen to support multiple services; split out sched 2021-03-11 14:51:29 +10:00