python-qtpy 2.1.0-4 source package in Ubuntu

Changelog

python-qtpy (2.1.0-4) unstable; urgency=medium

  * Simplify testing code slightly
  * Really add qtpy(1) manpage

 -- Julian Gilbey <email address hidden>  Tue, 05 Jul 2022 08:58:19 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qtpy_2.1.0-4.dsc 3.4 KiB 52f4bd7a9010344db0b0bc8195c8f77f98833ce521b8f811cd530d3f12dbc62b
python-qtpy_2.1.0.orig.tar.gz 45.4 KiB ca8cd4217175186344299ee4c0f7e7adcf362c70852ba35b255a534077025c06
python-qtpy_2.1.0-4.debian.tar.xz 5.6 KiB e992c8c53f0e13f9b4ff714505ef7368af3da4d128b8ab5aaaef577b95f040e2

Available diffs

No changes file available.

Binary packages built by this source

python3-qtpy: Abstraction layer for PySide2/PySide6/PyQt5/PyQt6 (Python 3)

 QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you
 write applications using a single API call to either PyQt or PySide. QtPy
 also provides a set of additional QWidgets.
 .
 It provides support for PyQt5, PyQt6, PySide2 and PySide6 using the PyQt5
 layout (where the QtGui module has been split into QtGui and QtWidgets).
 You write your code as if you were using PyQt5 but import from QtPy instead
 of PyQt5.
 .
 This package depends on all of the available relevant PyQt5 packages.
 Debian also currently has support for PySide2. If you wish to use
 PySide2, you will need to depend on or install the required PySide2
 packages for your particular application.
 .
 This package provides the QtPy library for the Python 3 interpreter.