Metadata-Version: 1.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
Description: 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
        ==
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
