python-anyqt 0.2.0-2 source package in Ubuntu

Changelog

python-anyqt (0.2.0-2) unstable; urgency=medium

  * Source-only upload (no changes).

 -- Roland Mas <email address hidden>  Wed, 02 Aug 2023 14:53:10 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-anyqt_0.2.0-2.dsc 2.8 KiB dc1f8e0a20616cea1e40e985c8e10468495e68abe315e91b456a532225d12b18
python-anyqt_0.2.0.orig.tar.gz 56.6 KiB 98e690c851bd14a58d07fc0a883a0e082dfc841c0f21e80bd9af28ad35aa0667
python-anyqt_0.2.0-2.debian.tar.xz 3.4 KiB 476689754806a2892426e29db123a00e34bd3efc3b09e1dc34c02f1a7bd13db0

Available diffs

No changes file available.

Binary packages built by this source

python-anyqt-doc: PyQt/PySide compatibility layer for Qt4/Qt5/Qt6.

 The package allows the programmer to program equally for two different
 versions of Qt:
  * At the top level AnyQt exports a Qt5 compatible module namespace along with
    some minimal renames to better support portability between different
    versions
  * Which Qt API/backend is chosen can be controlled by a QT_API env variable
  * The api can be chosen/forced programmatically (as long as no
    PyQt4/PyQt5/PySide/PySide2 was already imported)
  * Provides an optional compatibility import hook, that denys imports from
    conflicting Qt api, or intercepts and fakes a Qt4 api imports, to use a Qt5
    compatible API (some monkey patching is involved).
 .
 This is the AnyQt documentation package.

python3-anyqt: PyQt/PySide compatibility layer for Qt4/Qt5/Qt6.

 The package allows the programmer to program equally for two different
 versions of Qt:
  * At the top level AnyQt exports a Qt5 compatible module namespace along with
    some minimal renames to better support portability between different
    versions
  * Which Qt API/backend is chosen can be controlled by a QT_API env variable
  * The api can be chosen/forced programmatically (as long as no
    PyQt4/PyQt5/PySide/PySide2 was already imported)
  * Provides an optional compatibility import hook, that denys imports from
    conflicting Qt api, or intercepts and fakes a Qt4 api imports, to use a Qt5
    compatible API (some monkey patching is involved).
 .
 This package installs the library for Python 3.