Metadata-Version: 2.1
Name: aiohttp-ws
Version: 0.1.dev1
Summary: Nano-framework for working with websockets, powered by aiohttp and redis
Home-page: https://github.com/jounderwood/aiohttp_ws
Author: UNKNOWN
Author-email: andrey.sdr@gmail.com
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: aiohttp (>=3.4.4)
Requires-Dist: aioredis (>=1.1.0)
Requires-Dist: dataclasses
Requires-Dist: marshmallow (>=3.0.0rc4)
Requires-Dist: yzconfig (>=1.0)

aiohttp_ws - aiohttp websockets
==========================
Nano-framework for working with websockets powered by aiohttp and redis

To start example app
```bash
make venv
source activate
python -m example_app.app 
```

Attention! Work In Progress
==


