Metadata-Version: 2.1
Name: flask-queue-sse
Version: 0.1.2
Summary: A simple implementation of Server-Sent Events for Flask that doesn't require Redis pub/sub.
Author: Vasanth Developer
Author-email: vsnthdev@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: flask (>=2.2.2,<3.0.0)
Description-Content-Type: text/markdown

<h1 align="center">
    <pre>flask-queue-sse</pre>
</h1>
<p align="center">
    <strong>
        A simple implementation of <a href="https://web.dev/eventsource-basics">Server-Sent Events</a> for <a
            href="https://flask.palletsprojects.com">Flask</a> that
        doesn't require Redis pub/sub.
    </strong>
</p>
<p align="center">
    <a target="_blank" rel="noopener" href="https://pypi.org/project/flask-queue-sse">
        <img src="https://img.shields.io/pypi/v/flask-queue-sse?style=flat-square" alt="">
    </a>
    <a target="_blank" rel="noopener" href="https://pypi.org/project/flask-queue-sse/#history">
        <img src="https://img.shields.io/pypi/dm/flask-queue-sse" alt="">
    </a>
    <a href="https://github.com/vsnthdev/flask_queue_sse/issues">
        <img src="https://img.shields.io/github/issues/vsnthdev/flask_queue_sse.svg?style=flat-square" alt="">
    </a>
    <a href="https://github.com/vsnthdev/flask_queue_sse/commits/main">
        <img src="https://img.shields.io/github/last-commit/vsnthdev/flask_queue_sse.svg?style=flat-square" alt="">
    </a>
</p>
<br>

<!-- header -->

> Tweet me <a target="_blank" rel="noopener" href="https://vas.cx/twitter">@vsnthdev</a>, I would love to know your
opinion/experience on this project 😍

<!-- why this package? -->

## 💿 Installation

```
pip install flask-queue-sse
```

<!-- quick start -->

<!-- docs to build the project -->

<!-- footer -->

## 📰 License
> The **flask-queue-sse** project is released under the [Zlib license](https://github.com/vsnthdev/flask-queue-sse/blob/main/LICENSE.md). <br> Developed &amp; maintained By Vasanth Srivatsa. Copyright 2023 © Vasanth Developer.
<hr>

> <a href="https://vsnth.dev" target="_blank" rel="noopener">vsnth.dev</a> &nbsp;&middot;&nbsp;
> YouTube <a href="https://vas.cx/videos" target="_blank" rel="noopener">@vasanthdeveloper</a> &nbsp;&middot;&nbsp;
> Twitter <a href="https://vas.cx/twitter" target="_blank" rel="noopener">@vsnthdev</a> &nbsp;&middot;&nbsp;
> Discord <a href="https://vas.cx/discord" target="_blank" rel="noopener">Vasanth Developer</a>
