1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/royalnet/herald
2020-08-19 00:22:08 +02:00
..
__init__.py I ran reformat code on the whole project 2020-08-05 02:52:06 +02:00
broadcast.py Maybe got optional requirements to work? 2020-01-31 18:38:50 +01:00
config.py Reformat code 2020-08-19 00:08:58 +02:00
errors.py Readd some docs 2019-11-17 20:24:57 +01:00
link.py I ran reformat code on the whole project 2020-08-05 02:52:06 +02:00
package.py Merge branch '5.4-optional' into 5.4 2020-01-31 18:55:50 +01:00
README.md Maybe got optional requirements to work? 2020-01-31 18:38:50 +01:00
request.py Maybe got optional requirements to work? 2020-01-31 18:38:50 +01:00
response.py I think i improved some more things, but it's 3 am so i don't know 2020-08-05 03:02:50 +02:00
server.py BREAKING: Drop matrix support (for now) 2020-08-19 00:22:08 +02:00

royalnet.herald

The subpackage providing all functions and classes to handle communication between process (even over the Internet).

It is based on websockets.

It requires the herald extra to be installed.

You can install it with:

pip install royalnet[herald]