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>,
 Pieter Lenaerts <plenae@disroot.org>,
Section: devel
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-single-binary,
 dh-exec,
 dh-python,
 python3-all,
 pybuild-plugin-pyproject,
 python3-uv-build,
 python3-jedi <!nocheck>,
 python3-parso <!nocheck>,
 python3-pytest <!nocheck>,
 python3-tk,
 xauth <!nocheck>,
 xvfb <!nocheck>,
Standards-Version: 4.7.4
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

Package: thonny
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-tk,
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.
