Metadata-Version: 2.1
Name: wsrouter
Version: 0.5.9
Summary: Starlette Shared WebSocket Endpoint
Home-page: https://gitlab.com/selcouth/wsrouter
License: MIT
Author: David Morris
Author-email: gypsysoftware@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: boltons (>=21.0.0,<22.0.0)
Requires-Dist: orjson (>=3.7.1,<4.0.0)
Requires-Dist: shortuuid (>=1.0.9,<2.0.0)
Requires-Dist: starlette (>=0.20.1,<0.21.0)
Project-URL: Repository, https://gitlab.com/selcouth/wsrouter
Description-Content-Type: text/markdown

# WebSocket Router for Starlette

This package acts as a websocket message router for Starlette WebSocket connections, permitting socket sharing for
multiple client-server connections.

