python-qtpy 2.3.1-1 source package in Ubuntu

Changelog

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

  * New upstream version
  * Update standards-version

 -- Julian Gilbey <email address hidden>  Tue, 27 Jun 2023 21:58:04 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qtpy_2.3.1-1.dsc 3.5 KiB d56b07f88e501b99b3594d640a3a69a094838e9be88c37d0547c463778b5c923
python-qtpy_2.3.1.orig.tar.gz 54.9 KiB a8c74982d6d172ce124d80cafd39653df78989683f760f2281ba91a6e7b9de8b
python-qtpy_2.3.1-1.debian.tar.xz 5.7 KiB e9036dbb2c193de01ca5135ba242d7c2e894a1bde2907b3a7ecb6dade99918b8

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.