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
- Host: GitHub
- URL: https://github.com/vicenteneto/flask-celery-sample
- Owner: vicenteneto
- License: mit
- Created: 2016-02-12T12:46:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T20:27:40.000Z (over 9 years ago)
- Last Synced: 2025-01-17T09:44:50.650Z (5 months ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask-celery-sample
[](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).