Metadata-Version: 2.1
Name: slurry-websocket
Version: 0.2.0
Summary: A Websocket client section for the Slurry stream processing microframework
Home-page: https://github.com/andersea/slurry-websocket
License: MIT
Keywords: async,websocket,slurry,trio
Author: Anders Ellenshøj Andersen
Author-email: andersa@ellenshoej.dk
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Trio
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: orjson (>=3.4.5,<4.0.0)
Requires-Dist: slurry (>=0.6.0,<0.7.0)
Requires-Dist: trio-websocket (>=0.9.0,<0.10.0)
Description-Content-Type: text/x-rst

================
Slurry-Websocket
================


Credits
-------

Small bits of code and documentation has been copied from the `Trio-Websocket`_ library.





.. _`Trio-Websocket`: https://github.com/HyperionGray/trio-websocket
