anki/pylib
Abdo 45b12ca104
Store rendered side in TemplateRenderContext (#1852)
* Store rendered side in TemplateRenderContext

* Move _question_side up with the other simple properties (dae)
2022-05-10 11:44:44 +10:00
..
anki Store rendered side in TemplateRenderContext (#1852) 2022-05-10 11:44:44 +10:00
rsbridge Fix compatibility with older macOS versions 2022-04-15 17:35:05 +10:00
tests Fix undisruptive formatting issues (#1848) 2022-05-09 20:00:20 +10:00
tools Add more progress + abort points to export code 2022-05-06 15:32:23 +10:00
.gitignore
.isort.cfg
.pylintrc Add apkg import/export on backend (#1743) 2022-05-02 21:12:46 +10:00
BUILD.bazel run buildifier/buildozer to tidy up BUILD files 2021-12-14 09:18:24 +10:00
mypy.ini PEP8 for rest of pylib (#1451) 2021-10-25 14:50:13 +10:00
orjson.bzl
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.