Anki/pylib
Damien Elmes 73edf23954 Drop Pauker and SuperMemo importers from legacy importer
The legacy importer has only been kept around to support some add-ons,
and these are so infrequently used that they're better off shifted
to add-ons (even they even still work)
2025-06-27 16:10:12 +07:00
..
anki Drop Pauker and SuperMemo importers from legacy importer 2025-06-27 16:10:12 +07:00
rsbridge Fix check action on Windows ARM 2025-06-20 16:52:25 +07:00
tests Drop Pauker and SuperMemo importers from legacy importer 2025-06-27 16:10:12 +07:00
tools Improve exception handling (#3290) 2024-08-04 20:51:13 +07:00
.gitignore symlink generated .py/.pyi into tree to fix Python code completion 2020-12-16 11:36:42 +10:00
hatch_build.py Python dependency/wheel tweaks 2025-06-27 16:10:12 +07:00
pyproject.toml Drop Pauker and SuperMemo importers from legacy importer 2025-06-27 16:10:12 +07:00
README.md minor doc updates 2020-12-11 22:37:12 +10:00

Anki's Python library code is in anki/.

The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.