An open API service indexing awesome lists of open source software.

https://github.com/vicenteneto/flask-celery-sample

A simple project using Flask with Celery
https://github.com/vicenteneto/flask-celery-sample

Last synced: 3 months ago
JSON representation

A simple project using Flask with Celery

Awesome Lists containing this project

README

        

# flask-celery-sample

[![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/vicenteneto/flask-celery-sample/blob/master/LICENSE)

This is a simple REST project using [Flask](http://flask.pocoo.org/) and [Celery](http://www.celeryproject.org/). Based on this blog article [Using Celery with Flask](http://blog.miguelgrinberg.com/post/using-celery-with-flask).

## Flask

Flask is a microframework for [Python](https://www.python.org/) based on [Werkzeug](http://werkzeug.pocoo.org/) and [Jinja 2](http://jinja.pocoo.org/docs/dev/).

## Celery

Celery is an asynchronous task queue/job queue based on distributed message passing.

## Table of contents

* [Contributing](#contributing)
* [Creator](#creator)
* [Copyright and license](#copyright-and-license)

## Contributing

Have a bug or a feature request? [Please, open a GitHub issue](https://github.com/vicenteneto/flask-celery-sample/issues/new).

## Creator

**Vicente Neto**

*

## Copyright and license

Copyright 2016-, Vicente Neto. This project is licensed under the [MIT License](https://github.com/vicenteneto/flask-celery-sample/blob/master/LICENSE).