0 purchases
QQt 1.2.1
QQt
Wrapper for various PySide2/PyQt5 and PySide6/PyQt6 related packages.
Overview
TBD…
PyPI record.
Documentation.
Usage
TBD…
Installation
Prerequisites:
Python 3.8 or higher
https://www.python.org/
pip and setuptools
https://pypi.org/project/pip/
https://pypi.org/project/setuptools/
To install run:
python -m pip install --upgrade QQt
Development
Prerequisites:
Development is strictly based on tox. To install it run:
python -m pip install --upgrade tox
Visit Development page.
Installation from sources:
clone the sources:
git clone https://github.com/karpierz/QQt.git QQt
and run:
python -m pip install ./QQt
or on development mode:
python -m pip install --editable ./QQt
License
Copyright (c) 2012-2024 Adam Karpierz
Licensed under the zlib/libpng License
https://opensource.org/license/zlib
Please refer to the accompanying LICENSE file.
Authors
Adam Karpierz <[email protected]>
Changelog
1.2.1 (2024-01-26)
Setup update (now based on tox >= 4.0).
Add support for PyPy 3.9 and 3.10
Copyright year update.
Cleanup.
1.2.0 (2023-11-22)
Add support for Python 3.12
Drop support for Python 3.7
Setup (dependencies) update.
1.1.1 (2023-02-28)
Add support for Python 3.8, 3.9, 3.10 and 3.11
Drop support for Python 3.6.
Setup general update and cleanup.
1.1.1rc7 (2020-10-18)
Drop support for Python 3.5
Setup general update and cleanup.
Setup: fix an improper dependencies versions.
Fixed docs setup.
1.1.0rc9 (2019-11-13)
Requirements upgrade:
PySide2 to at least 5.13.2
PyQt5 to at least 5.13.2
Setup updates and cleanup.
1.1.0rc7 (2019-10-29)
Requirements upgrade:
PySide2 to at least 5.13.1
PyQt5 to at least 5.13.1
Adding of (for now fake/empty) test case.
Setup updates and cleanup.
1.1.0rc2 (2019-08-02)
Requirements upgrade:
QtPy to at least 1.9.0
PySide2 to at least 5.13.0
PyQt5 to at least 5.13.0
This allows to have applications that import PySide2 and PyQt5 at the same time
(which is possible if both bindings are compiled for the same Qt version).
StreamEmitter class added.
1.0.0b5 (2019-06-10)
Adding setup extras PySide and PyQt for installing PySide2 or PyQt5 backends.
Fix a bug for PySide2 as backend.
Adding a monkey-patch for vtk.qt (vtk==8.1.x).
Fixes and cleanup of setup.
1.0.0b1 (2019-05-22)
First public release.
0.0.1a1 (2012-03-9)
Initial version.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.