Metadata-Version: 2.1
Name: QQt
Version: 1.1.1rc1
Summary: Wrapper for various PySide2/PyQt5 related packages.
Home-page: https://pypi.org/project/QQt/
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
Download-URL: https://pypi.org/project/QQt/
Project-URL: Documentation, https://QQt.readthedocs.io/
Project-URL: Source, https://github.com/karpierz/QQt/
Description: QQt
        ===
        
        Wrapper for various PySide2/PyQt5 related packages.
        
        Overview
        ========
        
        TBD...
        
        Installation
        ============
        
        Prerequisites:
        
        + Python 3.5 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-2020 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
        .. _PyPI record: https://pypi.org/project/QQt/
        .. _development page: https://github.com/karpierz/QQt/
        
        Changelog
        =========
        
        1.1.1rc1 (2020-09-17)
        ---------------------
        - Add support for Python 3.8 and 3.9.
        - Setup general update and cleanup.
        
        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)
        ---------------------
        - StreamEmitter class added.
        
        1.1.0rc1 (2019-07-23)
        ---------------------
        - | 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).
        
        1.0.0b5 (2019-06-10)
        --------------------
        - Adding setup extras PySide and PyQt for installing PySide2 or PyQt5 backends.
        
        1.0.0b4 (2019-06-06)
        --------------------
        - Fix a bug for PySide2 as backend.
        
        1.0.0b3 (2019-06-04)
        --------------------
        - Adding a monkey-patch for vtk.qt (vtk==8.1.x).
        
        1.0.0b2 (2019-05-22)
        --------------------
        - Fixes and cleanup of setup.
        
        1.0.0b1 (2019-05-22)
        --------------------
        - First public release.
        
        0.0.1a1 (2012-03-9)
        -------------------
        - Initial version.
        
Keywords: QQt,PySide2,PySide,PyQt5,PyQt4,PyQt,Qt
Platform: any
Classifier: Development Status :: 4 - Beta
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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.5.0
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: pyside
Provides-Extra: pyqt
Provides-Extra: doc
Provides-Extra: test
