File: control

package info (click to toggle)
thonny 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,228 kB
  • sloc: python: 27,202; xml: 36; makefile: 8
file content (54 lines) | stat: -rw-r--r-- 1,402 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
Source: thonny
Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team@lists.alioth.debian.org>
Uploaders:
 Aivar Annamaa <aivar.annamaa@gmail.com>,
 Dominik George <natureshadow@debian.org>,
Section: devel
Priority: optional
Build-Depends:
 debhelper (>= 11),
 dh-exec,
 dh-python,
 mypy,
 pylint3,
 python3-all,
 python3-docutils,
 python3-jedi (>= 0.10.1~),
 python3-pyperclip,
 python3-serial,
 python3-setuptools,
 python3-tk,
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-edu-pkg-team/thonny
Vcs-Git: https://salsa.debian.org/debian-edu-pkg-team/thonny.git
Homepage: https://thonny.org
Testsuite: autopkgtest-pkg-python

Package: thonny
Architecture: all
Depends:
 mypy,
 pylint3,
 python3-asttokens,
 python3-pip,
 python3-pkg-resources,
 python3-tk,
 python3-venv,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 xsel,
 zenity,
 ${python3:Recommends},
Suggests:
 python3-distro,
 ${python3:Suggests},
Description: Python IDE for beginners
 Thonny is a simple Python IDE with features useful for learning programming.
 .
 It comes with a debugger which is able to visualize all the conceptual steps
 taken to run a Python program (executing statements, evaluating expressions,
 maintaining the call stack). There is a GUI for installing 3rd party packages
 and special mode for learning about references.
 .
 See the homepage for more information and screenshots.