{
"info": {
"author": "Jeff Triplett",
"author_email": "jeff.triplett@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "========================\ndjango-rq-email-backend\n========================\n\n.. image:: https://travis-ci.org/jefftriplett/django-rq-email-backend.png?branch=master\n :target: https://travis-ci.org/jefftriplett/django-rq-email-backend\n :alt: Build Status\n\n.. image:: https://coveralls.io/repos/jefftriplett/django-rq-email-backend/badge.png?branch=master\n :alt: Coverage Status\n\n.. image:: https://requires.io/github/jefftriplett/django-rq-email-backend/requirements.png?branch=master\n :target: https://requires.io/github/jefftriplett/django-rq-email-backend/requirements/?branch=master\n :alt: Requirements Status\n\n.. image:: https://badge.fury.io/py/django-rq-email-backend.png\n :target: http://badge.fury.io/py/django-rq-email-backend\n :alt: Latest Package Version\n\n.. image:: https://pypip.in/d/django-rq-email-backend/badge.png\n :target: https://crate.io/packages/django-rq-email-backend?version=latest\n :alt: Download Status\n\n------------\nRequirements\n------------\n\n* `Django `_\n* `RQ `_\n* `Django-RQ `_\n\n------------\nInstallation\n------------\n\n* Install ``django-rq-email-backend``:\n\n.. code-block:: python\n\n pip install django-rq-email-backend\n\n* Add ``django_rq`` to ``INSTALLED_APPS`` in ``settings.py``:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n # other apps\n 'django_rq_email_backend',\n )\n\nYou must then set ``django_rq_email_backend`` as your ``EMAIL_BACKEND``::\n\n EMAIL_BACKEND = 'django_rq_email_backend.backends.RQEmailBackend'\n\nBy default ``django-rq-email-backend`` will use Django's builtin ``SMTP`` email backend\nfor the actual sending of the mail. If you'd like to use another backend, you\nmay set it in ``RQ_EMAIL_BACKEND`` just like you would normally have set\n``EMAIL_BACKEND`` before you were using Celery. In fact, the normal installation\nprocedure will most likely be to get your email working using only Django, then\nchange ``EMAIL_BACKEND`` to ``RQ_EMAIL_BACKEND``, and then add the new\n``EMAIL_BACKEND`` setting from above.\n\n-----------\nInspiration\n-----------\n\n`django-rq-email-backend` was heavilty influenced by:\n\n* `django-celery-email `_\n* `django-rq-mail `_\n\n---------\nChangelog\n---------\n\n0.1.3\n-----\n* Fixed exception handler to bubble up error if send_email fails.\n\n0.1.2\n-----\n* Fixed broken installation.\n\n0.1.1\n-----\n* Renamed project to avoid potential confusion with `django-rq-mail`.\n\n0.1.0\n-----\n* Initial release",
"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/jefftriplett/django-rq-email-backend",
"keywords": null,
"license": "BSD",
"maintainer": null,
"maintainer_email": null,
"name": "django-rq-email-backend",
"package_url": "https://pypi.org/project/django-rq-email-backend/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/django-rq-email-backend/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/jefftriplett/django-rq-email-backend"
},
"release_url": "https://pypi.org/project/django-rq-email-backend/0.1.3/",
"requires_dist": null,
"requires_python": null,
"summary": "Provides Django email integration for RQ (Redis Queue)",
"version": "0.1.3"
},
"last_serial": 1280971,
"releases": {
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "15393c9abe35aff78ccda719778a9d2d",
"sha256": "4154ba0392753dcf2b49ad67d3f903ba6db42814483b9adeb81d1b2f87220534"
},
"downloads": -1,
"filename": "django_rq_email_backend-0.1.1-py2.7.egg",
"has_sig": false,
"md5_digest": "15393c9abe35aff78ccda719778a9d2d",
"packagetype": "bdist_egg",
"python_version": "2.7",
"requires_python": null,
"size": 5231,
"upload_time": "2013-07-29T04:23:28",
"url": "https://files.pythonhosted.org/packages/41/99/bd7714ed1b7fc75470b2dd726e2177484abe69699c383a14d2e2793e17e2/django_rq_email_backend-0.1.1-py2.7.egg"
},
{
"comment_text": "",
"digests": {
"md5": "fd233769905a54fd7a1cafa906356f83",
"sha256": "4d41eea28e880b850a803d79d9b5609fe43899230e928a33eedce2f4a1af0f1a"
},
"downloads": -1,
"filename": "django-rq-email-backend-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "fd233769905a54fd7a1cafa906356f83",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2536,
"upload_time": "2013-07-29T04:23:53",
"url": "https://files.pythonhosted.org/packages/72/3a/8e6c54032119814cbdb47ca9ecbcac8438922570777e637ef07a8dc6dcdf/django-rq-email-backend-0.1.1.tar.gz"
}
],
"0.1.2": [
{
"comment_text": "",
"digests": {
"md5": "cb03443f403a7a7fc357683058bf6864",
"sha256": "bd959918be12ee09ce68fdcd36f1ef6e4e10bbe8389a88a2af14da1ac19f94b3"
},
"downloads": -1,
"filename": "django_rq_email_backend-0.1.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "cb03443f403a7a7fc357683058bf6864",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 5166,
"upload_time": "2013-07-30T12:05:52",
"url": "https://files.pythonhosted.org/packages/38/91/1292a979fe421c9ca44e9942cfd77ebd72aba7d8f8bba1ca4bb356241f40/django_rq_email_backend-0.1.2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "79f4ed60d572f8dbc01ba25242495c1e",
"sha256": "78d80ca4bb7e4d86e4e346afd7bf67680d1fec5ca7cd986867d3c57d858500b4"
},
"downloads": -1,
"filename": "django-rq-email-backend-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "79f4ed60d572f8dbc01ba25242495c1e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4122,
"upload_time": "2013-07-30T12:05:47",
"url": "https://files.pythonhosted.org/packages/24/39/612056d41295c7dcf92492f1b02ceb6db136c2222d3ce51d4be55db383c0/django-rq-email-backend-0.1.2.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "540d7b476da47285ad9b37ceae15fb4d",
"sha256": "1a5407dc05e1f73dc553a91fc3b79d8bdf5093a02de65668ccc5021fe55898d5"
},
"downloads": -1,
"filename": "django_rq_email_backend-0.1.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "540d7b476da47285ad9b37ceae15fb4d",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 5727,
"upload_time": "2014-10-24T04:04:05",
"url": "https://files.pythonhosted.org/packages/94/c0/3729cc582467e0966745efc2a65497d319b350479718ffefd915acb5f72a/django_rq_email_backend-0.1.3-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "ff17ddd8066bf3f96e9f394b76b5f235",
"sha256": "8b48416fc031817e1acca615f87d58c9b08ce445f294641edb4d430a9409eadb"
},
"downloads": -1,
"filename": "django-rq-email-backend-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "ff17ddd8066bf3f96e9f394b76b5f235",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4767,
"upload_time": "2014-10-24T04:03:52",
"url": "https://files.pythonhosted.org/packages/17/f4/0829f8906f3920d28cd7033d9d88e312a09c046fa6f8ef885bbd7240e349/django-rq-email-backend-0.1.3.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "540d7b476da47285ad9b37ceae15fb4d",
"sha256": "1a5407dc05e1f73dc553a91fc3b79d8bdf5093a02de65668ccc5021fe55898d5"
},
"downloads": -1,
"filename": "django_rq_email_backend-0.1.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "540d7b476da47285ad9b37ceae15fb4d",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 5727,
"upload_time": "2014-10-24T04:04:05",
"url": "https://files.pythonhosted.org/packages/94/c0/3729cc582467e0966745efc2a65497d319b350479718ffefd915acb5f72a/django_rq_email_backend-0.1.3-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "ff17ddd8066bf3f96e9f394b76b5f235",
"sha256": "8b48416fc031817e1acca615f87d58c9b08ce445f294641edb4d430a9409eadb"
},
"downloads": -1,
"filename": "django-rq-email-backend-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "ff17ddd8066bf3f96e9f394b76b5f235",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4767,
"upload_time": "2014-10-24T04:03:52",
"url": "https://files.pythonhosted.org/packages/17/f4/0829f8906f3920d28cd7033d9d88e312a09c046fa6f8ef885bbd7240e349/django-rq-email-backend-0.1.3.tar.gz"
}
]
}