Metadata-Version: 2.1
Name: flask_rabmq
Version: 0.0.23
Summary: Adds Rabbitmq support to your Flask application.
Home-page: https://github.com/flask-rabmq/flask-rabmq
Author: chenxiaolong
Author-email: cxiaolong6@gmail.com
License: MIT
Keywords: python flask Rabbitmq
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Description-Content-Type: text/markdown

# Flask-Rabmq

Flask-Rabmq is an extension for Flask that adds support for Rabbitmq to your application.
It aims to simplify using Rabbitmq with Flask by providing useful defaults and extra helpers
that make it easier to accomplish common tasks.


## Installing

Install and update using `pip`:

```
$ pip install Flask-Rabmq
```


## A Simple Example
[示例](example/hello.py)



