1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/royalnet/herald
Stefano Pigozzi 026f1e5b6e Merge branch '5.4-optional' into 5.4
# Conflicts:
#	royalnet/commands/commandinterface.py
2020-01-31 18:55:50 +01:00
..
__init__.py Maybe got optional requirements to work? 2020-01-31 18:38:50 +01:00
broadcast.py Maybe got optional requirements to work? 2020-01-31 18:38:50 +01:00
config.py This is actually working? I'm amazed 2019-11-25 18:21:18 +01:00
errors.py Readd some docs 2019-11-17 20:24:57 +01:00
link.py Maybe got optional requirements to work? 2020-01-31 18:38:50 +01: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 Maybe got optional requirements to work? 2020-01-31 18:38:50 +01:00
server.py Merge branch '5.4-optional' into 5.4 2020-01-31 18:55:50 +01: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]