Metadata-Version: 2.1 Name: aineko-plugins-nodes-websocket-client Version: 0.0.3 Summary: Aineko plugin for running a WebSocket client Home-page: https://aineko.dev License: Apache-2.0 Author: Convex Labs Author-email: engineering-admins@convexlabs.xyz Requires-Python: >=3.8,<3.12 Classifier: Development Status :: 4 - Beta Classifier: License :: OSI Approved :: Apache Software License Classifier: Natural Language :: English Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Typing :: Typed Requires-Dist: aineko (>=0.4,<0.5) Requires-Dist: websocket-client (>=1.7.0,<2.0.0) Requires-Dist: websockets (>=12.0,<13.0) Project-URL: Documentation, https://plugin-docs.aineko.dev/dev/nodes/websocket-client Project-URL: Repository, https://github.com/aineko-dev/aineko-plugins/tree/develop/nodes/aineko-plugins-nodes-websocket-client Description-Content-Type: text/markdown # aineko-plugins-nodes-websocket-client The `aineko-plugins-nodes-websocket-client` package is a plugin for the [Aineko](https://github.com/aineko-dev/aineko) framework. It provides a node that hosts a websocket client, allowing for consuming payloads from a websocket and publishing them to a dataset. Detailed information can be found in the [docs](https://plugin-docs.aineko.dev/dev/nodes/websocket-client).