python-qtpy 2.2.0-1 source package in Ubuntu

Changelog

python-qtpy (2.2.0-1) unstable; urgency=medium

  * New upstream version

 -- Julian Gilbey <email address hidden>  Wed, 31 Aug 2022 07:29:11 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qtpy_2.2.0-1.dsc 3.4 KiB 6156c26e6a50f65d3f5f60b1c245126b163d5a660bc6c660316e36983f414e88
python-qtpy_2.2.0.orig.tar.gz 50.4 KiB d85f1b121f24a41ad26c55c446e66abdb7c528839f8c4f11f156ec4541903914
python-qtpy_2.2.0-1.debian.tar.xz 5.7 KiB 812f7b60774c63bd15969aa195f0a00628485ea03b238c0cde111ebfb34c513c

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.