1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: mnemosyne
Section: misc
Priority: optional
Maintainer: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3, python3-pyqt5, pyqt5-dev-tools,
python3-gtts,
python3-setuptools,
python3-sphinx
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: http://www.mnemosyne-proj.org
Vcs-Git: https://salsa.debian.org/debian/mnemosyne.git
Vcs-Browser: https://salsa.debian.org/debian/mnemosyne
Package: mnemosyne
Architecture: all
Depends: libqt5sql5-sqlite,
python3 (>= 3.5),
python3-cheroot,
python3-cherrypy3,
python3-gtts,
python3-matplotlib,
python3-pil,
python3-pyqt5,
python3-pyqt5.qtsql,
python3-pyqt5.qtwebchannel,
python3-pyqt5.qtwebengine,
python3-webob,
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends}
Description: spaced repetition flash-card program
The Mnemosyne software resembles a traditional flash-card program to help you
memorise question/answer pairs, but with an important twist: it uses a
sophisticated algorithm to schedule the best time for an item to come up for
review. Difficult items that you tend to forget quickly will be scheduled more
often, while Mnemosyne won't waste your time on things you remember well.
|