0d246c9e0b
While we do require PyQt, it's not possible to declare that we require either 5 or 6, and so we need to mark it as optional. Instead, we provide optional dependencies, so the user can e.g. 'pip install aqt[qt6]' |
||
---|---|---|
.. | ||
anki | ||
rsbridge | ||
tests | ||
tools | ||
.gitignore | ||
.isort.cfg | ||
.pylintrc | ||
BUILD.bazel | ||
mypy.ini | ||
orjson.bzl | ||
protobuf.bzl | ||
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.