Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyWebChannel

What is PyWebChannel?

PyWebChannel is an implementation of Qt's WebChannel protocol in Python.

From Python 3.4 onwards, this module has no dependencies. In Python < 3.4 you need the backport enum34 package. The pywebchannel.asynchronous submodule provides an asyncio compatibility layer (Python 3.5+).

A simple, newline-delimited raw TCP/IP Transport and Protocol for use with asyncio is provided in pywebchannel.asyncio.

For an example, see the examples/chatclient.py. It connects to and interacts with the chatserver example included in QtWebChannel.

About

An implementation of Qt's WebChannel protocol in pure Python

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages