python-qtpy 2.3.0-1 source package in Ubuntu

Changelog

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

  * New upstream version

 -- Julian Gilbey <email address hidden>  Sat, 12 Nov 2022 22:19:28 +0000

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qtpy_2.3.0-1.dsc 3.5 KiB 3296b75b8fa42973272ae3b84424d669e1d2e69dfba9ae9168ff692b7cb35ffa
python-qtpy_2.3.0.orig.tar.gz 52.7 KiB 0603c9c83ccc035a4717a12908bf6bc6cb22509827ea2ec0e94c2da7c9ed57c5
python-qtpy_2.3.0-1.debian.tar.xz 5.7 KiB 2f9cffc9fcda8bc177990dc37a17795b58fd0275e45559303c91444fafef2fbf

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.