py-signalr-client

Simple python SignalR client using asyncio.


Keywords
signalr, sginalr-weboscket, signalr-client, signalr-asyncio, signalr-aio
License
MIT
Install
pip install py-signalr-client==0.0.2

Documentation

python-signalr-client

Python signalR client using asyncio. It's mainly based on TargetProcess signalR client which uses gevent.

Performance and supplemental libraries

  • For better performance users can install uvloop and ujson which are automatically detected.
  • Users can pass a custom session to the client, i.e a cfscrape session in order to bypass Cloudflare.

Compatibility

Asyncio requires Python 3.10+.

Installation

Pypi (most stable)

pip install signalr-client-aio

Github (master)

pip install git+https://github.com/srijanshetty/py-signalr-client.git