{ "info": { "author": "Siddharth Doshi", "author_email": "scdoshi@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 :: Software Development :: Libraries :: Python Modules" ], "description": "===============\ndjango-notifier\n===============\n\nSend notifications (Email, SMS etc) and manage preferences and permissions per user and group.\n\nSee full documentation at http://django-notifier.rtfd.org/\n\nTo register a notification::\n\n\tcreate_notification('test-notification')\n\nTo send notifications::\n\n\tsend_notification('test-notification', [user1, user2, ..])\n\n\nInstallation\n============\n\nInstall via ``pip``::\n\n $ pip install django-notifier\n\n\nSetup\n=====\n\n1. Add ``notifier`` to INSTALLED_APPS in your django settings file.\n\n ::\n\n INSTALLED_APPS = (\n ...\n 'notifier',\n ...\n )\n\n2. Settings\n\n If you are going to use any custom backends to send notifications, add the setting NOTIFIER_BACKENDS to your settings file. If this setting is not defined, only the EmailBackend is used by default.\n\n ::\n\n NOTIFIER_BACKENDS = (\n 'notifier.backends.EmailBackend',\n 'path.to.custom.backend.CustomBackend',\n )\n\n\n3. Run ``syncdb`` or ``migrate`` (if using South) to create the necessary tables in the database.\n \n ::\n\n $ python manage.py syndb\n\n If using South:\n\n ::\n\n $ python manage.py migrate", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/scdoshi/django-notifier/", "keywords": null, "license": "Simplified BSD", "maintainer": null, "maintainer_email": null, "name": "django-notifier", "package_url": "https://pypi.org/project/django-notifier/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-notifier/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/scdoshi/django-notifier/" }, "release_url": "https://pypi.org/project/django-notifier/0.7/", "requires_dist": null, "requires_python": null, "summary": "User and Group Notifications for Django", "version": "0.7" }, "last_serial": 904256, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "cdb0148a2d6e2499c16317ceb6d11d9a", "sha256": "d0c59c5b845b574e8162aa6234dbd422db09e9de9d2f9366fda7d3050b12afc3" }, "downloads": -1, "filename": "django-notifier-0.3.tar.gz", "has_sig": false, "md5_digest": "cdb0148a2d6e2499c16317ceb6d11d9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9195, "upload_time": "2013-06-25T18:07:05", "url": "https://files.pythonhosted.org/packages/37/5b/c0c3842c2a995f3eb9f074fe8b4ab56ef5ed754d56168c441673a5d2961b/django-notifier-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "d79e3b1f44cf260471e24ff9910d7b67", "sha256": "bca32c0de73b4e572c2cc9aefad9d4697678f61f2de4675b1a77a8fab1f2354c" }, "downloads": -1, "filename": "django-notifier-0.4.tar.gz", "has_sig": false, "md5_digest": "d79e3b1f44cf260471e24ff9910d7b67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10430, "upload_time": "2013-06-25T20:07:20", "url": "https://files.pythonhosted.org/packages/9f/66/cac65ae668c134510fb54ef93ee3043e9ba032bc16fd4afd7a00c3b29cb6/django-notifier-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "0c994a1d728dcf8747a2ae3593c10af5", "sha256": "4bf499604a241f62245768ace9095c49eefeb56873bf9255cf22772f6e1d7dd3" }, "downloads": -1, "filename": "django-notifier-0.5.tar.gz", "has_sig": false, "md5_digest": "0c994a1d728dcf8747a2ae3593c10af5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10837, "upload_time": "2013-07-24T07:31:54", "url": "https://files.pythonhosted.org/packages/63/9d/5c2cb8bad0d4a7f56620afa5ffde78e29ccc2d0bcb6f83b497ca8e20d190/django-notifier-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "59c31d7d02bf7659bbc75fa49d88b5d1", "sha256": "dcea637b37e995097db85c2077fdeb5a9d8905d8a12cbf0e9f63f009ba851eb9" }, "downloads": -1, "filename": "django-notifier-0.6.tar.gz", "has_sig": false, "md5_digest": "59c31d7d02bf7659bbc75fa49d88b5d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10964, "upload_time": "2013-09-14T12:41:30", "url": "https://files.pythonhosted.org/packages/93/86/33043b991ea55893881adc67ca2b3f4b34558101421442cda00dc06fe6b7/django-notifier-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "40a623972a16323b8997dadd1a3d217b", "sha256": "ad41dcc6706a9cfb2d5c1ccaf74fe71e3be50f93b5e24849337a7c50581d42e4" }, "downloads": -1, "filename": "django-notifier-0.6.1.tar.gz", "has_sig": false, "md5_digest": "40a623972a16323b8997dadd1a3d217b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10975, "upload_time": "2013-09-14T13:08:13", "url": "https://files.pythonhosted.org/packages/de/c3/eef21bc7d6510ee8b06db1520005c476e456f5eb96eb21cbc25bc01af779/django-notifier-0.6.1.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "b9b64b930ded6b795d4f33fad5014aa1", "sha256": "42c787e5ab7d3698420254117c47aaa29d35e331f79c8aca9b5c69e905162e85" }, "downloads": -1, "filename": "django-notifier-0.7.tar.gz", "has_sig": false, "md5_digest": "b9b64b930ded6b795d4f33fad5014aa1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11658, "upload_time": "2013-10-27T10:52:22", "url": "https://files.pythonhosted.org/packages/91/11/66aa452258103081527bae4018f092f580dc023c3dbdb9a22af9d26caa27/django-notifier-0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b9b64b930ded6b795d4f33fad5014aa1", "sha256": "42c787e5ab7d3698420254117c47aaa29d35e331f79c8aca9b5c69e905162e85" }, "downloads": -1, "filename": "django-notifier-0.7.tar.gz", "has_sig": false, "md5_digest": "b9b64b930ded6b795d4f33fad5014aa1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11658, "upload_time": "2013-10-27T10:52:22", "url": "https://files.pythonhosted.org/packages/91/11/66aa452258103081527bae4018f092f580dc023c3dbdb9a22af9d26caa27/django-notifier-0.7.tar.gz" } ] }