flask-celeryext icon indicating copy to clipboard operation
flask-celeryext copied to clipboard

Simple integration layer between Celery and Flask.

trafficstars

================= Flask-CeleryExt

.. image:: https://github.com/inveniosoftware/flask-celeryext/workflows/CI/badge.svg :target: https://github.com/inveniosoftware/flask-celeryext/actions

.. image:: https://img.shields.io/coveralls/inveniosoftware/flask-celeryext.svg :target: https://coveralls.io/r/inveniosoftware/flask-celeryext

.. image:: https://img.shields.io/github/tag/inveniosoftware/flask-celeryext.svg :target: https://github.com/inveniosoftware/flask-celeryext/releases

.. image:: https://img.shields.io/pypi/dm/flask-celeryext.svg :target: https://pypi.python.org/pypi/flask-celeryext

.. image:: https://img.shields.io/github/license/inveniosoftware/flask-celeryext.svg :target: https://github.com/inveniosoftware/flask-celeryext/blob/master/LICENSE

About

Flask-CeleryExt is a simple integration layer between Celery and Flask.

Installation

Flask-CeleryExt is on PyPI so all you need is: ::

pip install flask-celeryext

Documentation

Documentation is readable at https://flask-celeryext.readthedocs.io/ or can be build using Sphinx: ::

pip install Sphinx
python setup.py build_sphinx

Testing

Running the test suite is as simple as: ::

python setup.py test