All Projects → inveniosoftware → Flask Celeryext

inveniosoftware / Flask Celeryext

Licence: other
Simple integration layer between Celery and Flask.

Programming Languages

python
139335 projects - #7 most used programming language

================= 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].