{ "info": { "author": "Ask Solem", "author_email": "ask@celeryproject.org", "bugtrack_url": null, "classifiers": [], "description": " Celery Result Backends using the Django ORM/Cache framework.\r\r\n =====================================================================\r\r\n \r\r\n |build-status| |coverage| |license| |wheel| |pyversion| |pyimp|\r\r\n \r\r\n :Version: 1.0.2\r\r\n :Web: http://django-celery-results.readthedocs.io/\r\r\n :Download: http://pypi.python.org/pypi/django-celery-results\r\r\n :Source: http://github.com/celery/django-celery-results\r\r\n :Keywords: django, celery, database, results\r\r\n \r\r\n About\r\r\n =====\r\r\n \r\r\n This extension enables you to store Celery task results using the Django ORM.\r\r\n \r\r\n It defines a single model (``django_celery_results.models.TaskResult``)\r\r\n used to store task results, and you can query this database table like\r\r\n any other Django model.\r\r\n \r\r\n Installing\r\r\n ==========\r\r\n \r\r\n The installation instructions for this extension is available\r\r\n from the `Celery documentation`_:\r\r\n \r\r\n http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#django-celery-results-using-the-django-orm-cache-as-a-result-backend\r\r\n \r\r\n \r\r\n .. _`Celery documentation`:\r\r\n http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#django-celery-results-using-the-django-orm-cache-as-a-result-backend\r\r\n \r\r\n .. _installation:\r\r\n \r\r\n Installation\r\r\n ============\r\r\n \r\r\n You can install django-celery-results either via the Python Package Index (PyPI)\r\r\n or from source.\r\r\n \r\r\n To install using `pip`,::\r\r\n \r\r\n $ pip install -U django-celery-results\r\r\n \r\r\n .. _installing-from-source:\r\r\n \r\r\n Downloading and installing from source\r\r\n --------------------------------------\r\r\n \r\r\n Download the latest version of django-celery-results from\r\r\n http://pypi.python.org/pypi/django-celery-results\r\r\n \r\r\n You can install it by doing the following,::\r\r\n \r\r\n $ tar xvfz django-celery-results-0.0.0.tar.gz\r\r\n $ cd django-celery-results-0.0.0\r\r\n $ python setup.py build\r\r\n # python setup.py install\r\r\n \r\r\n The last command must be executed as a privileged user if\r\r\n you are not currently using a virtualenv.\r\r\n \r\r\n .. _installing-from-git:\r\r\n \r\r\n Using the development version\r\r\n -----------------------------\r\r\n \r\r\n With pip\r\r\n ~~~~~~~~\r\r\n \r\r\n You can install the latest snapshot of django-celery-results using the following\r\r\n pip command::\r\r\n \r\r\n $ pip install https://github.com/celery/django-celery-results/zipball/master#egg=django-celery-results\r\r\n \r\r\n .. |build-status| image:: https://secure.travis-ci.org/celery/django-celery-results.svg?branch=master\r\r\n :alt: Build status\r\r\n :target: https://travis-ci.org/celery/django-celery-results\r\r\n \r\r\n .. |coverage| image:: https://codecov.io/github/celery/django-celery-results/coverage.svg?branch=master\r\r\n :target: https://codecov.io/github/celery/django-celery-results?branch=master\r\r\n \r\r\n .. |license| image:: https://img.shields.io/pypi/l/django-celery-results.svg\r\r\n :alt: BSD License\r\r\n :target: https://opensource.org/licenses/BSD-3-Clause\r\r\n \r\r\n .. |wheel| image:: https://img.shields.io/pypi/wheel/django-celery-results.svg\r\r\n :alt: django-celery-results can be installed via wheel\r\r\n :target: http://pypi.python.org/pypi/django-celery-results/\r\r\n \r\r\n .. |pyversion| image:: https://img.shields.io/pypi/pyversions/django-celery-results.svg\r\r\n :alt: Supported Python versions.\r\r\n :target: http://pypi.python.org/pypi/django-celery-results/\r\r\n \r\r\n .. |pyimp| image:: https://img.shields.io/pypi/implementation/django-celery-results.svg\r\r\n :alt: Support Python implementations.\r\r\n :target: http://pypi.python.org/pypi/django-celery-results/\r\r\n \r\r\n \r\nKeywords: celery django database result backend\r\nPlatform: any\r\nClassifier: Development Status :: 5 - Production/Stable\r\nClassifier: License :: OSI Approved :: BSD License\r\nClassifier: Programming Language :: Python\r\nClassifier: Programming Language :: Python :: 2\r\nClassifier: Programming Language :: Python :: 2.7\r\nClassifier: Programming Language :: Python :: 3\r\nClassifier: Programming Language :: Python :: 3.4\r\nClassifier: Programming Language :: Python :: 3.5\r\nClassifier: Programming Language :: Python :: Implementation :: CPython\r\nClassifier: Programming Language :: Python :: Implementation :: PyPy\r\nClassifier: Framework :: Django\r\nClassifier: Framework :: Django :: 1.8\r\nClassifier: Framework :: Django :: 1.9\r\nClassifier: Framework :: Django :: 1.10\r\nClassifier: Operating System :: OS Independent\r\nClassifier: Topic :: Communications\r\nClassifier: Topic :: System :: Distributed Computing\r\nClassifier: Topic :: Software Development :: Libraries :: Python Modules\r\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/celery/django-celery-results", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "rc-django-celery-results", "package_url": "https://pypi.org/project/rc-django-celery-results/", "platform": "", "project_url": "https://pypi.org/project/rc-django-celery-results/", "project_urls": { "Homepage": "https://github.com/celery/django-celery-results" }, "release_url": "https://pypi.org/project/rc-django-celery-results/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Celery result backends for Django.", "version": "1.0.1" }, "last_serial": 4225741, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "88dda62fd56c957f8a5136f605cf7bee", "sha256": "81797a1e243e1ab8f33256ba71c21de77fc35fbb65b13065939872dbc871c15f" }, "downloads": -1, "filename": "rc_django_celery_results-1.0.1.tar.gz", "has_sig": false, "md5_digest": "88dda62fd56c957f8a5136f605cf7bee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52724, "upload_time": "2018-08-31T09:03:20", "url": "https://files.pythonhosted.org/packages/a8/33/9962a11ea490609b92a0a57e2bcd696de6e5ac37d3096bdfd0016aa673e1/rc_django_celery_results-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "88dda62fd56c957f8a5136f605cf7bee", "sha256": "81797a1e243e1ab8f33256ba71c21de77fc35fbb65b13065939872dbc871c15f" }, "downloads": -1, "filename": "rc_django_celery_results-1.0.1.tar.gz", "has_sig": false, "md5_digest": "88dda62fd56c957f8a5136f605cf7bee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52724, "upload_time": "2018-08-31T09:03:20", "url": "https://files.pythonhosted.org/packages/a8/33/9962a11ea490609b92a0a57e2bcd696de6e5ac37d3096bdfd0016aa673e1/rc_django_celery_results-1.0.1.tar.gz" } ] }