anki/qt
Damien Elmes b9251290ca run pyupgrade over codebase [python upgrade required]
This adds Python 3.9 and 3.10 typing syntax to files that import
attributions from __future___. Python 3.9 should be able to cope with
the 3.10 syntax, but Python 3.8 will no longer work.

On Windows/Mac, install the latest Python 3.9 version from python.org.
There are currently no orjson wheels for Python 3.10 on Windows/Mac,
which will break the build unless you have Rust installed separately.

On Linux, modern distros should have Python 3.9 available already. If
you're on an older distro, you'll need to build Python from source first.
2021-10-04 15:05:48 +10:00
..
aqt run pyupgrade over codebase [python upgrade required] 2021-10-04 15:05:48 +10:00
icons move remaining Filter button items into sidebar 2021-02-05 18:58:22 +10:00
linux Quote $PREFIX properly for paths with spaces 2021-09-23 01:24:52 +00:00
mac exclude Mac dylib from '...' 2021-02-04 20:41:08 +10:00
tests bump minimum Python to 3.9 2021-10-04 15:05:15 +10:00
tools Add hook after selecting a new note type in the add window 2021-09-24 21:54:33 -05:00
.isort.cfg initial Bazel conversion 2020-11-01 14:26:58 +10:00
.pylintrc update Python deps 2021-10-02 23:52:23 +10:00
bazelfixes.py add missing copyright headers to *.py 2021-04-13 18:45:35 +10:00
BUILD.bazel update to latest mypy 2021-06-16 16:04:59 +10:00
dmypy.py move proto files into separate py_library in same namespace 2021-07-11 14:51:25 +10:00
mypy.ini bump minimum Python to 3.9 2021-10-04 15:05:15 +10:00
README.md minor doc updates 2020-12-11 22:37:12 +10:00
runanki.py add missing copyright headers to *.py 2021-04-13 18:45:35 +10:00

Python's Qt GUI is in aqt/