{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django Mailer Throttled\n=======================\n\nAddon for `django-mailer `_ allows to\nsend throttled emails.\n\nInstall this as an addon alongside `django-mailer`.\n\nInstallation\n============\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install django-mailer-throttled\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/bitmazk/django-mailer-throttled.git#egg=mailer_throttled\n\nAdd ``mailer_throttled`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'mailer'\n 'mailer_throttled',\n )\n\nUsage\n=====\n\nSet the ``MAILER_THROTTLE_AMOUNT`` to the number of emails you would like to\nsend per run.\n\nDon't use the original ``send_mail`` management command any more but the new\n``send_mail_throttled``.\n\n\nContribute\n==========\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n mkvirtualenv -p python2.7 django-mailer-throttled\n make develop\n\n git co -b feature_branch master\n # Implement your feature and tests\n git add . && git commit\n git push -u origin feature_branch\n # Send us a pull request for your feature branch", "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/bitmazk/django-mailer-throttled", "keywords": "django,app,reusable,django-mailer,mailer,throttling,email", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-mailer-throttled", "package_url": "https://pypi.org/project/django-mailer-throttled/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-mailer-throttled/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-mailer-throttled" }, "release_url": "https://pypi.org/project/django-mailer-throttled/0.1/", "requires_dist": null, "requires_python": null, "summary": "Addon for django-mailer that allows to send throttled emails", "version": "0.1" }, "last_serial": 1001909, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "29f7edfac67ec38659235599dbccd8e0", "sha256": "53bef3c612c062dc2006b107fbfcb9f590dec6d1e017685ecd4b37cb4099fc73" }, "downloads": -1, "filename": "django-mailer-throttled-0.1.tar.gz", "has_sig": false, "md5_digest": "29f7edfac67ec38659235599dbccd8e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5599, "upload_time": "2014-02-17T08:45:18", "url": "https://files.pythonhosted.org/packages/4f/2d/76ff4e949cfe249e504905e6ff3f260e17f42232fdb5ebd6a46907900cf7/django-mailer-throttled-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "29f7edfac67ec38659235599dbccd8e0", "sha256": "53bef3c612c062dc2006b107fbfcb9f590dec6d1e017685ecd4b37cb4099fc73" }, "downloads": -1, "filename": "django-mailer-throttled-0.1.tar.gz", "has_sig": false, "md5_digest": "29f7edfac67ec38659235599dbccd8e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5599, "upload_time": "2014-02-17T08:45:18", "url": "https://files.pythonhosted.org/packages/4f/2d/76ff4e949cfe249e504905e6ff3f260e17f42232fdb5ebd6a46907900cf7/django-mailer-throttled-0.1.tar.gz" } ] }