File: control

package info (click to toggle)
python-guizero 1.1.1%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,676 kB
  • sloc: python: 6,286; makefile: 28; sh: 17
file content (70 lines) | stat: -rw-r--r-- 2,248 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: python-guizero
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nick Morrott <nickm@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 fonts-liberation,
 mkdocs (>= 1.0.4),
 mkdocs-nature,
 python3-all,
 python3-pil,
 python3-pil.imagetk,
 python3-pytest,
 python3-pytest-xvfb,
 python3-setuptools,
 python3-tk,
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/lawsie/guizero
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-guizero
Vcs-Git: https://salsa.debian.org/python-team/packages/python-guizero.git

Package: python3-guizero
Architecture: all
Depends:
 python3-pil,
 python3-pil.imagetk,
 python3-tk,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-guizero-doc,
Description: module to allow quick and easy GUI creation (Python 3)
 guizero is a wrapper for Tkinter, and aims to make the process of creating
 simple GUIs quick, accessible and understandable by:
 .
  - working with the standard Python GUI library
  - providing an accessible widget naming system
  - abstracting away details novice programmers find hard
  - being flexible enough to be used for projects up to A-Level (UK) standard
  - providing comprehensive and accessible documentation with examples
  - providing helpful error messages
 .
 This package provides the guizero library for Python 3.

Package: python-guizero-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${mkdocs:Depends},
Suggests:
 www-browser,
Enhances: python3-guizero
Breaks: python3-guizero-doc
Replaces: python3-guizero-doc
Description: module to allow quick and easy GUI creation (documentation)
 guizero is a wrapper for Tkinter, and aims to make the process of creating
 simple GUIs quick, accessible and understandable by:
 .
  - working with the standard Python GUI library
  - providing an accessible widget naming system
  - abstracting away details novice programmers find hard
  - being flexible enough to be used for projects up to A-Level (UK) standard
  - providing comprehensive and accessible documentation with examples
  - providing helpful error messages
 .
 This package provides the guizero user documentation in HTML format.