python3-pyqt5.qtwebchannel

Python 3 bindings for Qt5's WebChannel module
  https://riverbankcomputing.com/software/pyqt/intro
  0
  no reviews



Qt WebChannel enables peer-to-peer communication between the host (PyQt5 application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine (experimental).

This package contains the Python 3 version of this module.