Metadata-Version: 2.4
Name: ezmsg-websocket
Version: 1.1.3
Summary: Websocket server and client units for ezmsg
Author-email: Griffin Milsap <griffin.milsap@gmail.com>, Preston Peranich <pperanich@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: ezmsg>=3.6.0
Requires-Dist: websockets>=8.1
Description-Content-Type: text/markdown

# ezmsg.websocket

Websocket server and client units for ezmsg

## Installation
`pip install ezmsg-websocket`

## Dependencies
* `websockets`

## Development

We use [`uv`](https://docs.astral.sh/uv/getting-started/installation/) for development.

1. Install [`uv`](https://docs.astral.sh/uv/getting-started/installation/) if not already installed.
2. Fork this repository and clone your fork locally.
3. Open a terminal and `cd` to the cloned folder.
4. Run `uv sync` to create a `.venv` and install dependencies.
5. (Optional) Install pre-commit hooks: `uv run pre-commit install`
6. After making changes, run the test suite: `uv run pytest tests`

## License

MIT License - see [LICENSE](LICENSE) for details.
