Metadata-Version: 2.1
Name: websockets-actions
Version: 0.3.1
Summary: Using Actions for Websockets
Home-page: https://github.com/DJWOMS/websockets-actions
License: BSD-3-Clause
Author: Omelchenko Michael
Author-email: socanime@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Project-URL: Repository, https://github.com/DJWOMS/websockets-actions
Description-Content-Type: text/markdown

# WebSocket Actions

Надстройка над Starlette, FastAPI для более удобной работы с WebSockets.

## Установка

```shell
$ pip install wensockets-actions
```


## Пример

**example.py**:

```python

```

Запустить приложение...

```shell
$ uvicorn example:app
```

Больше примеров, [здесь]().

