{ "info": { "author": "Jannis Gebauer ", "author_email": "ja.geb@me.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "DjrillCelery\n===============================================\n\nDjrillCelery extends the `Djrill `_ package with a backend that sends mail with celery tasks.\n\n**Prerequisites**\n\n* Install Djrill: https://djrill.readthedocs.org/en/latest/\n* Install Celery: https://pypi.python.org/pypi/djrill\n\nQuickstart\n------------\n\n1. Install DjrillCelery from PyPI:\n\n .. code-block:: console\n\n $ pip install djrillcelery\n\n\n2. Edit your project's ``settings.py``:\n\n .. code-block:: python\n\n INSTALLED_APPS = (\n ...\n \"djrillcelery\"\n )\n\n EMAIL_BACKEND = \"djrillcelery.mail.backends.DjrillCeleryBackend\"\n\n\n3. Now, for every mail that is sent a new task is created.", "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/jayfk/DjrillCelery/", "keywords": "django,mailchimp,mandrill,email,email backend,djrill", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "djrillcelery", "package_url": "https://pypi.org/project/djrillcelery/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djrillcelery/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jayfk/DjrillCelery/" }, "release_url": "https://pypi.org/project/djrillcelery/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Mandrill transactional email for Django in conjunction with Celery", "version": "0.1.1" }, "last_serial": 1292539, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b75bc3c9f3e7f67670aab3265dc8a40e", "sha256": "c5fc8dcc68351a5249f1abc591fc4fe0355feb1040394188387ff489a051ee79" }, "downloads": -1, "filename": "djrillcelery-0.1.tar.gz", "has_sig": false, "md5_digest": "b75bc3c9f3e7f67670aab3265dc8a40e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2552, "upload_time": "2014-11-03T10:21:04", "url": "https://files.pythonhosted.org/packages/41/4f/b38fa08db26c197ce75477aeb56b5454504b719394df3906242af26314d1/djrillcelery-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4f0fee3d1bff5de7e88e799fa90c5d8a", "sha256": "5dd0b7807f9459a6677101055da9e9e43d0c05871130dd904bf41b03623e47aa" }, "downloads": -1, "filename": "djrillcelery-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4f0fee3d1bff5de7e88e799fa90c5d8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2556, "upload_time": "2014-11-03T10:33:01", "url": "https://files.pythonhosted.org/packages/4b/7d/484f42bc35220f9fe5fba05e56c230905ccabccfbf13f7cd22a81ccf0a63/djrillcelery-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4f0fee3d1bff5de7e88e799fa90c5d8a", "sha256": "5dd0b7807f9459a6677101055da9e9e43d0c05871130dd904bf41b03623e47aa" }, "downloads": -1, "filename": "djrillcelery-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4f0fee3d1bff5de7e88e799fa90c5d8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2556, "upload_time": "2014-11-03T10:33:01", "url": "https://files.pythonhosted.org/packages/4b/7d/484f42bc35220f9fe5fba05e56c230905ccabccfbf13f7cd22a81ccf0a63/djrillcelery-0.1.1.tar.gz" } ] }