anki/pylib
Damien Elmes bf507cca98 move from Python's URI escaping to IRI escaping in Rust
Should make non-Latin text readable in the HTML editor, without the
breakages reverted in the previous change.
2021-07-16 10:38:00 +10:00
..
anki move from Python's URI escaping to IRI escaping in Rust 2021-07-16 10:38:00 +10:00
rsbridge update most rust deps; skip rusqlite 2021-06-25 15:35:25 +10:00
tests Revert "stop (un)escaping media filenames" 2021-07-16 10:37:59 +10:00
tools rename workspace 2021-07-10 23:58:53 +10:00
.gitignore
.isort.cfg start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
.pylintrc rename Config in protobuf to avoid conflict with module name 2021-07-11 19:27:08 +10:00
BUILD.bazel move proto files into separate py_library in same namespace 2021-07-11 14:51:25 +10:00
mypy.ini support undo of filtered deck build/empty 2021-03-24 12:56:06 +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.