QQt


NameQQt JSON
Version 1.2.0 PyPI version JSON
download
home_page
SummaryWrapper for various PySide2/PyQt5 and PySide6/PyQt6 related packages.
upload_time2023-11-25 19:57:25
maintainerAdam Karpierz
docs_urlNone
authorAdam Karpierz
requires_python<4.0.0,>=3.8.1
licensezlib/libpng License ; https://opensource.org/licenses/Zlib
keywords qqt pyside6 pyside2 pyside pyqt6 pyqt5 pyqt4 pyqt qt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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-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.2.0 (2023-11-22)
------------------
- Drop support for Python 3.7.
- Add  support for Python 3.12.
- Setup (dependencies) update.

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.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "QQt",
    "maintainer": "Adam Karpierz",
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.8.1",
    "maintainer_email": "adam@karpierz.net",
    "keywords": "QQt,PySide6,PySide2,PySide,PyQt6,PyQt5,PyQt4,PyQt,Qt",
    "author": "Adam Karpierz",
    "author_email": "adam@karpierz.net",
    "download_url": "https://files.pythonhosted.org/packages/38/87/c52546d5ccd70e36fb1042204e6d9a62572c5a716b36c3da5552e919cebc/QQt-1.2.0.zip",
    "platform": "any",
    "description": "QQt\r\n===\r\n\r\nWrapper for various PySide2/PyQt5 and PySide6/PyQt6 related packages.\r\n\r\nOverview\r\n========\r\n\r\nTBD...\r\n\r\n`PyPI record`_.\r\n\r\n`Documentation`_.\r\n\r\nUsage\r\n-----\r\n\r\nTBD...\r\n\r\nInstallation\r\n============\r\n\r\nPrerequisites:\r\n\r\n+ Python 3.8 or higher\r\n\r\n  * https://www.python.org/\r\n\r\n+ pip and setuptools\r\n\r\n  * https://pypi.org/project/pip/\r\n  * https://pypi.org/project/setuptools/\r\n\r\nTo install run:\r\n\r\n  .. parsed-literal::\r\n\r\n    python -m pip install --upgrade |package|\r\n\r\nDevelopment\r\n===========\r\n\r\nPrerequisites:\r\n\r\n+ Development is strictly based on *tox*. To install it run::\r\n\r\n    python -m pip install --upgrade tox\r\n\r\nVisit `Development page`_.\r\n\r\nInstallation from sources:\r\n\r\nclone the sources:\r\n\r\n  .. parsed-literal::\r\n\r\n    git clone |respository| |package|\r\n\r\nand run:\r\n\r\n  .. parsed-literal::\r\n\r\n    python -m pip install ./|package|\r\n\r\nor on development mode:\r\n\r\n  .. parsed-literal::\r\n\r\n    python -m pip install --editable ./|package|\r\n\r\nLicense\r\n=======\r\n\r\n  | Copyright (c) 2012-2023 Adam Karpierz\r\n  | Licensed under the zlib/libpng License\r\n  | https://opensource.org/licenses/Zlib\r\n  | Please refer to the accompanying LICENSE file.\r\n\r\nAuthors\r\n=======\r\n\r\n* Adam Karpierz <adam@karpierz.net>\r\n\r\n.. |package| replace:: QQt\r\n.. |package_bold| replace:: **QQt**\r\n.. |respository| replace:: https://github.com/karpierz/QQt.git\r\n.. _Development page: https://github.com/karpierz/QQt\r\n.. _PyPI record: https://pypi.org/project/QQt/\r\n.. _Documentation: https://QQt.readthedocs.io/\r\n\r\nChangelog\r\n=========\r\n\r\n1.2.0 (2023-11-22)\r\n------------------\r\n- Drop support for Python 3.7.\r\n- Add  support for Python 3.12.\r\n- Setup (dependencies) update.\r\n\r\n1.1.1 (2023-02-28)\r\n------------------\r\n- Tox configuration has been moved to pyproject.toml\r\n- Drop support for Python 3.6.\r\n- Setup general update and cleanup.\r\n\r\n1.1.1rc7 (2020-10-18)\r\n---------------------\r\n- Drop support for Python 3.5.\r\n- Setup general update and cleanup.\r\n- Setup: fix an improper dependencies versions.\r\n- Fixed docs setup.\r\n\r\n1.1.0rc9 (2019-11-13)\r\n---------------------\r\n- | Requirements upgrade:\r\n  | PySide2 to at least 5.13.2\r\n  | PyQt5   to at least 5.13.2\r\n- Setup updates and cleanup.\r\n\r\n1.1.0rc7 (2019-10-29)\r\n---------------------\r\n- | Requirements upgrade:\r\n  | PySide2 to at least 5.13.1\r\n  | PyQt5   to at least 5.13.1\r\n- Adding of (for now fake/empty) test case.\r\n- Setup updates and cleanup.\r\n\r\n1.1.0rc2 (2019-08-02)\r\n---------------------\r\n- | Requirements upgrade:\r\n  | QtPy    to at least 1.9.0\r\n  | PySide2 to at least 5.13.0\r\n  | PyQt5   to at least 5.13.0\r\n  | This allows to have applications that import PySide2 and PyQt5 at the same time\r\n  | (which is possible if both bindings are compiled for the same Qt version).\r\n- StreamEmitter class added.\r\n\r\n1.0.0b5 (2019-06-10)\r\n--------------------\r\n- Adding setup extras PySide and PyQt for installing PySide2 or PyQt5 backends.\r\n- Fix a bug for PySide2 as backend.\r\n- Adding a monkey-patch for vtk.qt (vtk==8.1.x).\r\n- Fixes and cleanup of setup.\r\n\r\n1.0.0b1 (2019-05-22)\r\n--------------------\r\n- First public release.\r\n\r\n0.0.1a1 (2012-03-9)\r\n-------------------\r\n- Initial version.\r\n",
    "bugtrack_url": null,
    "license": "zlib/libpng License ; https://opensource.org/licenses/Zlib",
    "summary": "Wrapper for various PySide2/PyQt5 and PySide6/PyQt6 related packages.",
    "version": "1.2.0",
    "project_urls": {
        "Documentation": "https://QQt.readthedocs.io/",
        "Download": "https://pypi.org/project/QQt/",
        "Homepage": "https://pypi.org/project/QQt/",
        "Issues": "https://github.com/karpierz/QQt/issues",
        "Source": "https://github.com/karpierz/QQt"
    },
    "split_keywords": [
        "qqt",
        "pyside6",
        "pyside2",
        "pyside",
        "pyqt6",
        "pyqt5",
        "pyqt4",
        "pyqt",
        "qt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18354e65fc56143964f634ef6253bebf2c3b9c78adbfb894f2ea276e13cd536d",
                "md5": "336f4717fcacce1c93f6ec8f561b797b",
                "sha256": "73e02d05bb9215a344a2cbbd800bb88399eda56140de959094f469146a73c072"
            },
            "downloads": -1,
            "filename": "QQt-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "336f4717fcacce1c93f6ec8f561b797b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.8.1",
            "size": 13904,
            "upload_time": "2023-11-25T19:57:23",
            "upload_time_iso_8601": "2023-11-25T19:57:23.166344Z",
            "url": "https://files.pythonhosted.org/packages/18/35/4e65fc56143964f634ef6253bebf2c3b9c78adbfb894f2ea276e13cd536d/QQt-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3887c52546d5ccd70e36fb1042204e6d9a62572c5a716b36c3da5552e919cebc",
                "md5": "c2811ac2533cc2699457320d6dd626d5",
                "sha256": "7b2eca73f4e1497abab4a88d7a5057d1648780b75cc4c7ae6047bb69b59a4bb6"
            },
            "downloads": -1,
            "filename": "QQt-1.2.0.zip",
            "has_sig": false,
            "md5_digest": "c2811ac2533cc2699457320d6dd626d5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.8.1",
            "size": 26322,
            "upload_time": "2023-11-25T19:57:25",
            "upload_time_iso_8601": "2023-11-25T19:57:25.227672Z",
            "url": "https://files.pythonhosted.org/packages/38/87/c52546d5ccd70e36fb1042204e6d9a62572c5a716b36c3da5552e919cebc/QQt-1.2.0.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-25 19:57:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "karpierz",
    "github_project": "QQt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "qqt"
}
        
Elapsed time: 0.15491s