{"id":24674035,"url":"https://github.com/taoget/flask-celery","last_synced_at":"2025-07-13T05:36:09.086Z","repository":{"id":57430210,"uuid":"54808641","full_name":"taogeT/flask-celery","owner":"taogeT","description":"Celery 3.0+ integration for Flask (Python 3.4+)","archived":false,"fork":false,"pushed_at":"2016-10-10T03:20:35.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T14:15:34.652Z","etag":null,"topics":["celery","flask","python"],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/Flask-Celery-py3","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taogeT.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-27T02:19:32.000Z","updated_at":"2020-04-14T02:28:35.000Z","dependencies_parsed_at":"2022-08-26T02:42:54.924Z","dependency_job_id":null,"html_url":"https://github.com/taogeT/flask-celery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taogeT%2Fflask-celery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taogeT%2Fflask-celery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taogeT%2Fflask-celery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taogeT%2Fflask-celery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taogeT","download_url":"https://codeload.github.com/taogeT/flask-celery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235694140,"owners_count":19030772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["celery","flask","python"],"created_at":"2025-01-26T11:14:49.204Z","updated_at":"2025-01-26T11:14:49.613Z","avatar_url":"https://github.com/taogeT.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=============================\nFlask Celery 3.0+ Integration\n=============================\n.. image:: https://img.shields.io/pypi/v/Flask-Celery-py3.svg\n    :target: https://pypi.python.org/pypi/Flask-Celery-py3/\n.. image:: https://img.shields.io/pypi/l/Flask-Celery-py3.svg\n    :target: https://pypi.python.org/pypi/Flask-Celery-py3\n.. image:: https://img.shields.io/pypi/pyversions/Flask-Celery-py3.svg\n    :target: https://pypi.python.org/pypi/Flask-Celery-py3/\n.. image:: https://img.shields.io/pypi/status/Flask-Celery-py3.svg\n    :target: https://pypi.python.org/pypi/Flask-Celery-py3/\n\nCelery: http://celeryproject.org\n\nUsing Flask-Celery\n==================\n\nYou can easily add Celery to your flask application like this:\n\n``app.py``::\n\n    from flask_celery import Celery\n\n    celery = Celery()\n\n    def create_app():\n        app = Flask(__name__)\n\n        celery.init_app(app)\n\n        return app\n\n    @celery.task\n    def add(x, y):\n        return x + y\n\nTo start the worker you can then launch the ``celery worker`` command\nby pointing to your ``celery`` app instance::\n\n    $ celery -A app:celery worker -l info\n\nIf your flask application has complex condition, you can refer to the example https://github.com/taogeT/flask-celery .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaoget%2Fflask-celery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaoget%2Fflask-celery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaoget%2Fflask-celery/lists"}