anki/pylib
Damien Elmes 874bc085fe support opening and closing the DB while keeping backend alive
This is safer than just dropping the backend, as .close() will
block if something else is holding the mutex. Also means we can
drop the extra I18nBackend code.

Media syncing still needs fixing.
2020-03-20 21:15:23 +10:00
..
anki support opening and closing the DB while keeping backend alive 2020-03-20 21:15:23 +10:00
tests remove db.close() 2020-03-20 21:15:23 +10:00
tools hooks for limit new/rev for a single deck 2020-03-04 16:11:13 +01:00
.gitignore rework Fluent handling 2020-02-23 13:22:50 +10:00
.isort.cfg rework Fluent handling 2020-02-23 13:22:50 +10:00
.pylintrc rework Fluent handling 2020-02-23 13:22:50 +10:00
Makefile Renamed FIND_EXEC to FIND, replaced IS_WINDOWS by specific commands 2020-02-25 03:15:11 -03:00
mypy.ini Improve mypy config 2020-02-26 22:22:40 -05:00
requirements.dev switch to classes for hooks 2020-01-14 08:54:07 +10:00
setup.py use (or)json for DB bridge 2020-03-20 21:15:23 +10:00