Source: python-guizero Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Nick Morrott 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.6.2 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.