anki/pylib
RumovZ 16ad0137f7
Use backend for getting deck children (#1465)
* Add backend routine for child deck names and ids

* Use backend for getting deck children

Instead of flawed case-sensitive Python logic.
2021-10-29 19:43:17 +10:00
..
anki Use backend for getting deck children (#1465) 2021-10-29 19:43:17 +10:00
rsbridge update Rust deps with cargo-raze 0.13.0 2021-10-26 08:16:40 +10:00
tests PEP8 for rest of pylib (#1451) 2021-10-25 14:50:13 +10:00
tools vendor stringcase 2021-10-22 08:56:44 +10:00
.gitignore
.isort.cfg start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
.pylintrc Enable invalid-name globally in pylib (#1454) 2021-10-25 19:10:56 +10:00
BUILD.bazel pip/ -> python/ 2021-10-18 19:50:40 +10:00
mypy.ini PEP8 for rest of pylib (#1451) 2021-10-25 14:50:13 +10:00
orjson.bzl Make orjson optional again 2021-01-07 09:44:40 +10:00
protobuf.bzl refactor protobuf handling for split/import 2021-07-10 19:17:05 +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.