loongson/pypi/: pyqt6-webengine-6.9.0 metadata and description

Simple index Mirror page

Python bindings for the Qt WebEngine framework

author_email Riverbank Computing Limited <info@riverbankcomputing.com>
description_content_type text/markdown
license GPL v3
project_urls
  • homepage, https://www.riverbankcomputing.com/software/pyqtwebengine/
requires_dist
  • PyQt6-sip (>=13.8, <14)
  • PyQt6 (>=6.2.0)
requires_python >=3.9
File Tox results History
pyqt6_webengine-6.9.0-cp39-abi3-manylinux_2_38_loongarch64.whl
Size
157 MB
Type
Python Wheel
Python
3.9
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2025-09-24 08:56:25

PyQt6-WebEngine - Python Bindings for the Qt WebEngine Framework

PyQt6-WebEngine 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 PyQt6 and are implemented as three separate modules corresponding to the different libraries that make up the framework.

Author

PyQt6-WebEngine 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

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

pip install PyQt6-WebEngine

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.