Metadata-Version: 2.4
Name: qws
Version: 0.1.3
Summary: A tiny async JSON event WebSocket wrapper.
Author: Kevin d'Anunciacao
License-Expression: MIT
Project-URL: Homepage, https://github.com/yourusername/qws
Project-URL: Repository, https://github.com/yourusername/qws
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: websockets>=16.0
Dynamic: license-file

# qws

A tiny async JSON event WebSocket wrapper.

## Install

```bash
pip install qws
