https://github.com/chennes/pyqt5-debian
https://github.com/chennes/pyqt5-debian
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chennes/pyqt5-debian
- Owner: chennes
- License: gpl-3.0
- Created: 2022-05-09T14:57:05.000Z (about 4 years ago)
- Default Branch: debian/master
- Last Pushed: 2022-05-09T14:58:11.000Z (about 4 years ago)
- Last Synced: 2025-03-20T03:18:53.694Z (over 1 year ago)
- Language: C++
- Size: 38.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
PyQt5 - Comprehensive Python Bindings for Qt v5
===============================================
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.
Author
------
PyQt5 is copyright (c) Riverbank Computing Limited. Its homepage is
https://www.riverbankcomputing.com/software/pyqt/.
Support may be obtained from the PyQt mailing list at
https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.
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
``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.