Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.26 KB

README.rst

File metadata and controls

46 lines (30 loc) · 1.26 KB

Flask-CeleryExt

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