Metadata-Version: 2.1
Name: ezmsg-websocket
Version: 1.1.2
Summary: Websocket server and client units for ezmsg
License: MIT
Author: Milsap, Griffin
Author-email: griffin.milsap@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Programming Language :: Python :: 3.12
Requires-Dist: ezmsg (>=3.3.0,<4.0.0)
Requires-Dist: websockets (>=8.1,<9.0)
Description-Content-Type: text/markdown

# ezmsg.websocket

Websocket server and client units for ezmsg

## Installation
`pip install ezmsg-websocket`

## Dependencies
* `websockets`

## Setup (Development)
1. Install `ezmsg` either using `pip install ezmsg` or set up the repo for development as described in the `ezmsg` readme.
2. `cd` to this directory (`ezmsg-websocket`) and run `pip install -e .`
3. Signal processing modules are available under `import ezmsg.websocket`



