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: 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:
dbus,
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-docstring-parser,
python3-hatch-vcs,
python3-hatchling,
python3-ipywidgets,
python3-numpy,
python3-pint,
python3-pip,
python3-psygnal,
python3-pyconify,
python3-pyqt5 <!nocheck>,
python3-pyqt6 <!nocheck>,
python3-pyside6.qtcore <!nocheck>,
python3-pyside6.qtgui <!nocheck>,
python3-pyside6.qtopengl <!nocheck>,
python3-pyside6.qttest <!nocheck>,
python3-pyside6.qtwidgets <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-xvfb <!nocheck>,
python3-pytestqt <!nocheck>,
python3-superqt,
python3-toolz,
python3-typing-extensions,
Standards-Version: 4.7.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: dbus, python3, ${misc:Depends}, ${python3:Depends},
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.
|