File: control

package info (click to toggle)
kanjidraw 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,912 kB
  • sloc: python: 556; makefile: 35; sh: 22
file content (48 lines) | stat: -rw-r--r-- 1,631 bytes parent folder | download
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
40
41
42
43
44
45
46
47
48
Source: kanjidraw
Section: python
Priority: optional
Maintainer: FC Stegerman <flx@obfusk.net>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
               python3-tk,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/obfusk/kanjidraw.git
Vcs-Browser: https://salsa.debian.org/obfusk/kanjidraw
Homepage: https://github.com/obfusk/kanjidraw
Rules-Requires-Root: no

Package: kanjidraw
Architecture: all
Depends: python3-kanjidraw (=${binary:Version}),
         python3-tk,
         ${misc:Depends},
         ${python3:Depends},
Description: handwritten kanji recognition - gui
 kanjidraw is a simple Python library + GUI for matching (the strokes of a)
 handwritten kanji against its database.
 .
 You can use the GUI to draw and subsequently select a kanji from the list of
 probable matches, which will then be copied to the clipboard.
 .
 The database is based on KanjiVG and the algorithms are based on the
 Kanji draw Android app.
 .
 This package provides the GUI.

Package: python3-kanjidraw
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: handwritten kanji recognition - library
 kanjidraw is a simple Python library + GUI for matching (the strokes of a)
 handwritten kanji against its database.
 .
 You can use the GUI to draw and subsequently select a kanji from the list of
 probable matches, which will then be copied to the clipboard.
 .
 The database is based on KanjiVG and the algorithms are based on the
 Kanji draw Android app.
 .
 This package provides the Python library.