hyb
2025-11-10 e0a856b5072c5a09f3f6de6da85abf90e00ee704
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Metadata-Version: 2.1
Name: PyQt5
Version: 5.15.11
Requires-Python: >=3.8
Summary: Python bindings for the Qt cross platform application toolkit
Description-Content-Type: text/markdown
Project-Url: homepage, https://www.riverbankcomputing.com/software/pyqt/
Requires-Dist: PyQt5-sip (>=12.15, <13)
Requires-Dist: PyQt5-Qt5 (>=5.15.2, <5.16.0)
License: GPL v3
Author-Email: Riverbank Computing Limited <info@riverbankcomputing.com>
 
# 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](https://www.riverbankcomputing.com/static/Docs/PyQt5/).
 
 
## 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.