Metadata-Version: 2.1
Name: wsrouter
Version: 0.7.1
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: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP
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: Documentation, https://selcouth.gitlab.io/wsrouter/
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](https://github.com/encode/starlette)
[WebSocket](https://www.starlette.io/websockets/) connections, permitting socket sharing for
multiple client-server connections.

For installation and usage, [see the documentation](https://gitlab.com/selcouth/wsrouter).

