loongson/pypi/: pyqt5-5.15.4 metadata and description
Python bindings for the Qt cross platform application toolkit
author | Riverbank Computing Limited |
author_email | info@riverbankcomputing.com |
license | GPL v3 |
requires_dist |
|
requires_python | >=3.8 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
PyQt5-5.15.4-cp37-abi3-linux_loongarch64.whl
|
|
Qt is set of cross-platform C++ libraries that implement high-level APIs for accessing many aspects of modern desktop and mobile systems. These include location and positioning services, multimedia, NFC and Bluetooth connectivity, a Chromium based web browser, as well as traditional UI development.
PyQt5 is a comprehensive set of Python bindings for Qt v5. It is implemented as more than 35 extension modules and enables Python to be used as an alternative application development language to C++ on all supported platforms including iOS and Android.
PyQt5 may also be embedded in C++ based applications to allow users of those applications to configure or enhance the functionality of those applications.
License
PyQt5 is released under the GPL v3 license and under a commercial license that allows for the development of proprietary applications.
Documentation
The documentation for the latest release can be found here.
Installation
The GPL version of PyQt5 can be installed from PyPI:
pip install PyQt5
The wheels include a copy of the required parts of the LGPL version of Qt.
pip will also build and install the bindings from the sdist package but Qt’s qmake tool must be on PATH.
The sip-install tool will also install the bindings from the sdist package but will allow you to configure many aspects of the installation.