Metadata-Version: 2.1
Name: QQt
Version: 1.2.1
Summary: Wrapper for various PySide2/PyQt5 and PySide6/PyQt6 related packages.
Author: Adam Karpierz
Author-email: adam@karpierz.net
Maintainer: Adam Karpierz
Maintainer-email: adam@karpierz.net
License: zlib/libpng License ; https://opensource.org/license/zlib
Project-URL: Homepage, https://pypi.org/project/QQt/
Project-URL: Documentation, https://QQt.readthedocs.io/
Project-URL: Download, https://pypi.org/project/QQt/
Project-URL: Source, https://github.com/karpierz/QQt
Project-URL: Issues, https://github.com/karpierz/QQt/issues
Keywords: QQt,PySide6,PySide2,PySide,PyQt6,PyQt5,PyQt4,PyQt,Qt
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Polish
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0.0,>=3.8.1
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE
Requires-Dist: setuptools>=68.2.2
Requires-Dist: pkg-about>=1.1.5
Requires-Dist: QtPy>=2.4.1
Provides-Extra: pyside
Requires-Dist: PySide2~=5.15.2.1; python_version <= "3.10" and extra == "pyside"
Requires-Dist: PySide6>=6.0.1; extra == "pyside"
Provides-Extra: pyqt
Requires-Dist: PyQt5~=5.15.10; python_version <= "3.10" and extra == "pyqt"
Requires-Dist: PyQt6>=6.0.1; extra == "pyqt"
Provides-Extra: doc
Requires-Dist: Sphinx>=7.1.2; extra == "doc"
Requires-Dist: sphinx-toolbox>=3.5.0; extra == "doc"
Requires-Dist: sphinx-tabs>=3.4.1; extra == "doc"
Requires-Dist: sphinx-copybutton>=0.5.1; extra == "doc"
Requires-Dist: sphinxcontrib-spelling>=7.7.0; extra == "doc"
Requires-Dist: sphinx-lint>=0.6.7; extra == "doc"
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
Requires-Dist: nbsphinx>=0.8.10; extra == "doc"
Provides-Extra: test
Requires-Dist: deepdiff>=6.7.1; extra == "test"
Requires-Dist: rich>=13.7.0; extra == "test"
Requires-Dist: PySide6>=6.0.1; extra == "test"

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:

  .. parsed-literal::

    python -m pip install --upgrade |package|

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:

  .. parsed-literal::

    git clone |respository| |package|

and run:

  .. parsed-literal::

    python -m pip install ./|package|

or on development mode:

  .. parsed-literal::

    python -m pip install --editable ./|package|

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 <adam@karpierz.net>

.. |package| replace:: QQt
.. |package_bold| replace:: **QQt**
.. |respository| replace:: https://github.com/karpierz/QQt.git
.. _Development page: https://github.com/karpierz/QQt
.. _PyPI record: https://pypi.org/project/QQt/
.. _Documentation: https://QQt.readthedocs.io/

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.
