anki/pylib/tools
Damien Elmes 9d853bbb03 start work on more clearly defining backend/protobuf boundaries
- anki._backend stores the protobuf files and rsbackend.py code
- pylib modules import protobuf messages directly from the
_pb2 files, and explicitly export any will be returned or consumed
by public pylib functions, so that calling code can import from pylib
- the "rsbackend" no longer imports and re-exports protobuf messages
- pylib can just consume them directly.
- move errors to errors.py

Still todo:

- rsbridge
- finishing the work on rsbackend, and check what we need to add
back to the original file location to avoid breaking add-ons
2021-01-31 18:55:45 +10:00
..
__init__.py move hook gen code out of anki/ 2020-01-15 09:11:20 +10:00
BUILD.bazel start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
diff-sched.py initial Bazel conversion 2020-11-01 14:26:58 +10:00
genhooks.py fix qt/ pylints 2021-01-07 16:21:50 +10:00
hookslib.py initial Bazel conversion 2020-11-01 14:26:58 +10:00
protoc_wrapper.py move backend.proto into rslib/ 2020-11-02 16:28:31 +10:00