Metadata-Version: 2.1
Name: wscls
Version: 1.0.0
Summary: Websocket terminal client
Author: Maksim Nikitenko
Author-email: iam@sets88.com
License: BSD
Platform: any
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual==0.50.0
Requires-Dist: aiohttp==3.9.3

# WSCls

Simple websocket terminal client

![Demo](/data/demp.svg)


## Installation

```bash
pip install wscls
```

## Run

```
wscls
```

## Hotkeys

- Ctrl + r - Send message(on text area only)
- Ctrl + c - Quit
