Wrapper for various PySide2/PyQt5 and PySide6/PyQt6 related packages.


Keywords
QQt, PySide6, PySide2, PySide, PyQt6, PyQt5, PyQt4, PyQt, Qt
Licenses
Zlib/Libpng/MIT-feh/Zlib
Install
pip install QQt==1.2.1

Documentation

QQt

Wrapper for various PySide2/PyQt5 and PySide6/PyQt6 related packages.

Overview

TBD...

PyPI record.

Documentation.

Usage

TBD...

Installation

Prerequisites:

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
Please refer to the accompanying LICENSE file.

Authors