Source: magicgui
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
 Roland Mas <lolando@debian.org>
Build-Depends: debhelper-compat (= 13),
	       dh-python,
	       python3-pip,
               python3-all,
	       python3-pytest,
	       python3-typing-extensions,
	       python3-superqt,
	       python3-docstring-parser,
	       python3-psygnal,
	       python3-numpy,
	       pybuild-plugin-pyproject,
	       python3-hatchling,
	       python3-hatch-vcs,
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/pyapp-kit/magicgui
Vcs-Git: https://salsa.debian.org/python-team/packages/magicgui.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/magicgui
Rules-Requires-Root: no

Package: python3-magicgui
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3
Description: build GUIs from python types
 Python library for building graphical user interfaces (GUIs).
 .
 It aims to speed up data workflows by providing a simple, consistent
 API for creating GUIs to control various data types, that work across
 various environments.
 .
 GUIs may be built manually using a variety of widgets, or generated
 automatically from python type hints.
