{ "info": { "author": "U\u011fur Y\u00f6r\u00fck", "author_email": "uguryoruk24@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "**this repository is currently under development**\n\nAdd app name to settings.py;\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n\n ...\n\n 'notifications',\n\n )\n\ncall send_notification function;\n\n.. code-block:: python\n\n from notifications.notify import send_notification\n send_notification(actor=actor, action=action_object, verb=\"\", recipients=[], target=target)", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/luterien/django-action-notifications", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-action-notifications", "package_url": "https://pypi.org/project/django-action-notifications/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-action-notifications/", "project_urls": { "Homepage": "https://github.com/luterien/django-action-notifications" }, "release_url": "https://pypi.org/project/django-action-notifications/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Reusable Django app to save user actions & send them notifications.", "version": "0.2.0" }, "last_serial": 2819362, "releases": { "0.1": [], "0.2": [], "0.2.0": [] }, "urls": [] }