python-pyqt5.qtwebchannel

Python 2 bindings for Qt5's WebChannel module
  http://www.riverbankcomputing.co.uk/software/pyqt/
  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 2 version of this module.