Metadata-Version: 2.1
Name: slurry-websocket
Version: 0.1.7
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: slurry (>=0.5.0,<0.6.0)
Requires-Dist: trio-websocket (>=0.8.0,<0.9.0)
Requires-Dist: ujson (>=4.0.1,<5.0.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
