{ "info": { "author": "arteria GmbH, John Montgomery", "author_email": "admin@arteria.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.4", "Framework :: Django :: 1.5", "Framework :: Django :: 1.6", "Framework :: Django :: 1.7", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Django Background Tasks\n\n[![Build Status](https://travis-ci.org/arteria/django-background-tasks.svg?branch=master)](https://travis-ci.org/arteria/django-background-tasks)\n[![Documentation Status](https://readthedocs.org/projects/django-background-tasks/badge/?version=latest)](http://django-background-tasks.readthedocs.io/en/latest/?badge=latest)\n[![PyPI](https://img.shields.io/pypi/v/django-background-tasks.svg)](https://pypi.python.org/pypi/django-background-tasks)\n\n# Important\nThis is a fork of the orignal fork in order to add the missing migrations folder so we don't have to run makemigrations when ref this library. \n\n# Original Documentation\nDjango Background Task is a databased-backed work queue for Django, loosely based around [Ruby's DelayedJob](https://github.com/tobi/delayed_job) library. This project was adopted and adapted from [lilspikey](https://github.com/lilspikey/) django-background-task.\n\nTo avoid conflicts on PyPI we renamed it to django-background-tasks (plural). For an easy upgrade from django-background-task to django-background-tasks, the internal module structure were left untouched.\n\nIn Django Background Task, all tasks are implemented as functions (or any other callable).\n\nThere are two parts to using background tasks:\n\n* creating the task functions and registering them with the scheduler\n* setup a cron task (or long running process) to execute the tasks\n\n\n## Docs\nSee http://django-background-tasks.readthedocs.io/en/latest/.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SnabbHQ/django-background-tasks", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "snabb-django-background-tasks", "package_url": "https://pypi.org/project/snabb-django-background-tasks/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/snabb-django-background-tasks/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/SnabbHQ/django-background-tasks" }, "release_url": "https://pypi.org/project/snabb-django-background-tasks/1.1.6.1/", "requires_dist": null, "requires_python": null, "summary": "Database backed asynchronous task queue", "version": "1.1.6.1" }, "last_serial": 2750724, "releases": { "1.1.6": [], "1.1.6.1": [ { "comment_text": "", "digests": { "md5": "db86959eaa626c14424e2d001093ab69", "sha256": "69a9693800f783b74b4930a49cc48796974c9c60b0a55278d6bf1cc7a75765a4" }, "downloads": -1, "filename": "snabb-django-background-tasks-1.1.6.1.tar.gz", "has_sig": false, "md5_digest": "db86959eaa626c14424e2d001093ab69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17466, "upload_time": "2017-04-03T22:10:49", "url": "https://files.pythonhosted.org/packages/2a/ca/09a1fd2127c72487c43b7d22a29e7a9ff5fcabf9c54965d19b40c94471df/snabb-django-background-tasks-1.1.6.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db86959eaa626c14424e2d001093ab69", "sha256": "69a9693800f783b74b4930a49cc48796974c9c60b0a55278d6bf1cc7a75765a4" }, "downloads": -1, "filename": "snabb-django-background-tasks-1.1.6.1.tar.gz", "has_sig": false, "md5_digest": "db86959eaa626c14424e2d001093ab69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17466, "upload_time": "2017-04-03T22:10:49", "url": "https://files.pythonhosted.org/packages/2a/ca/09a1fd2127c72487c43b7d22a29e7a9ff5fcabf9c54965d19b40c94471df/snabb-django-background-tasks-1.1.6.1.tar.gz" } ] }