Metadata-Version: 2.1
Name: QQt
Version: 1.1.1
Summary: Wrapper for various PySide2/PyQt5 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/licenses/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.7
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 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Stackless
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0.0,>=3.7.0
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: PySide
Provides-Extra: PyQt
Provides-Extra: doc
Provides-Extra: test
License-File: LICENSE

QQt
===

Wrapper for various PySide2/PyQt5 related packages.

Overview
========

TBD...

`PyPI record`_.

`Documentation`_.

Installation
============

Prerequisites:

+ Python 3.7 or higher

  * https://www.python.org/
  * 3.7 is a primary test environment.

+ 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-2023 Adam Karpierz
  | Licensed under the zlib/libpng License
  | https://opensource.org/licenses/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.1.1 (2023-02-28)
------------------
- Tox configuration has been moved to pyproject.toml
- 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.
