Metadata-Version: 2.1
Name: channels_simplify
Version: 0.1.0.3
Summary: Django Channels - Websocket simplify tools
Home-page: https://github.com/bigpe/channels-simplify
Author: Aleskandr Sokolov
Author-email: bigpewm@gmail.com
License: MIT
Keywords: channels,django,websocket,ws,consumer,broadcast,simplify
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5.2
Description-Content-Type: text/markdown
License-File: LICENSE

# Django Channels simplify
#### Very simple prototyping of your complex websockets

## Installation

```shell
pip install channels-simplify
```

## Usage

#### Coming soon...

