File: PKG-INFO

package info (click to toggle)
pyqt5webengine 5.15.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 372 kB
  • sloc: python: 1,260; makefile: 19; sh: 13
file content (58 lines) | stat: -rw-r--r-- 1,846 bytes parent folder | download
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
Metadata-Version: 2.1
Name: PyQtWebEngine
Version: 5.15.2
Requires-Python: >=3.5
Summary: Python bindings for the Qt WebEngine framework
Home-Page: https://www.riverbankcomputing.com/software/pyqtwebengine/
Author: Riverbank Computing Limited
Author-Email: info@riverbankcomputing.com
License: GPL v3
Requires-Dist: PyQt5 (>=5.15)

PyQtWebEngine - Python Bindings for the Qt WebEngine Framework
==============================================================

PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine
framework.  The framework provides the ability to embed web content in
applications and is based on the Chrome browser.  The bindings sit on top of
PyQt5 and are implemented as three separate modules corresponding to the
different libraries that make up the framework.

Author
------

PyQtWebEngine is copyright (c) Riverbank Computing Limited.  Its homepage is
https://www.riverbankcomputing.com/software/pyqtwebengine/.

Support may be obtained from the PyQt mailing list at
https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.


License
-------

PyQtWebEngine 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 PyQtWebEngine can be installed from PyPI::

    pip install PyQtWebEngine

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.