There is a SignalR client in the python package index named "signalr-client" that supports some of the basic SignalR "Source" functions
It is compatible with Python v2 and v3.
Supported features include:
- Connecting to a SignalR Hub
- Call SignalR Method
- SignalR notification event handler
To do this, install the following modules through pip:
- gevent
- sseclient
- WebSocket Client
Using the example by reference:
source share