Metadata-Version: 2.1
Name: malanka
Version: 0.1.0
Summary: WebSocket channels.
Home-page: https://github.com/alex-oleshkevich/malanka
License: MIT
Keywords: websocket,channels,real-time,starlette,fastapi,asgi
Author: alex.oleshkevich
Author-email: alex.oleshkevich@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
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: Topic :: Software Development :: Libraries
Project-URL: Documentation, https://github.com/alex-oleshkevich/malanka
Project-URL: Repository, https://github.com/alex-oleshkevich/malanka
Description-Content-Type: text/markdown

## WebSocket channels for ASGI


## Installation

Install `malanka` using PIP or poetry:

```bash
pip install malanka
# or
poetry add malanka
```

## Quick start

See example application in `examples/` directory of this repository.

