{ "info": { "author": "Stefan Foulis", "author_email": "stefan.foulis@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "======================\ndjango-notifyme-onsite\n======================\n\nThis is a plugin for https://github.com/stefanfoulis/django-notifyme\n\n``django-notifyme-onsite`` is a delivery backend for django-notifyme. It allows displaying notifications on the\nwebsite and keeps a list of per user notifications in the database. It contains hook for users to *dismiss* a\na sticky notification.\n\nInstallation\n============\n\nDependencies:\n * django-notifyme\n\n::\n\n pip install django-notifyme-onsite\n\nAdd ``notifyme_onsite`` to ``INSTALLED_APPS`` and register the backend somewhere in your project code (best in a\nmodels.py)::\n\n import notifyme.delivery\n from notifyme_onsite.delivery import OnsiteStickyBackend\n notifyme.delivery.backend.register(OnsiteStickyBackend)", "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/stefanfoulis/django-notifyme-onsite", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-notifyme-onsite", "package_url": "https://pypi.org/project/django-notifyme-onsite/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-notifyme-onsite/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/stefanfoulis/django-notifyme-onsite" }, "release_url": "https://pypi.org/project/django-notifyme-onsite/0.0.2a1/", "requires_dist": null, "requires_python": null, "summary": "An on site delivery backend for django-notifyme", "version": "0.0.2a1" }, "last_serial": 3552949, "releases": { "0.0.1a": [ { "comment_text": "", "digests": { "md5": "2a89c96299cb312a1adb69a3b8d24a91", "sha256": "c3d2bafec41fb6436b0d0439ce5d07dd4137e32615e263dc66d082532664ae7d" }, "downloads": -1, "filename": "django-notifyme-onsite-0.0.1a.tar.gz", "has_sig": false, "md5_digest": "2a89c96299cb312a1adb69a3b8d24a91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4616, "upload_time": "2011-07-14T19:21:28", "url": "https://files.pythonhosted.org/packages/7f/6e/b5574e3a97c4432142ed22a5d528efdf965c30da634e8f216da4b2773746/django-notifyme-onsite-0.0.1a.tar.gz" } ], "0.0.2a1": [ { "comment_text": "", "digests": { "md5": "6c412f3f8f5330c77b34b078496a6717", "sha256": "fecd270f34f3b006ed55ef6a5af9bd4288500d4110d5aae39745a4b3a7501ee1" }, "downloads": -1, "filename": "django-notifyme-onsite-0.0.2a1.tar.gz", "has_sig": false, "md5_digest": "6c412f3f8f5330c77b34b078496a6717", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6067, "upload_time": "2011-07-14T20:24:46", "url": "https://files.pythonhosted.org/packages/e7/c5/e079be26a62426bce2ce7b04699074f08d7225f7e64fc40c27939b406d4d/django-notifyme-onsite-0.0.2a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6c412f3f8f5330c77b34b078496a6717", "sha256": "fecd270f34f3b006ed55ef6a5af9bd4288500d4110d5aae39745a4b3a7501ee1" }, "downloads": -1, "filename": "django-notifyme-onsite-0.0.2a1.tar.gz", "has_sig": false, "md5_digest": "6c412f3f8f5330c77b34b078496a6717", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6067, "upload_time": "2011-07-14T20:24:46", "url": "https://files.pythonhosted.org/packages/e7/c5/e079be26a62426bce2ce7b04699074f08d7225f7e64fc40c27939b406d4d/django-notifyme-onsite-0.0.2a1.tar.gz" } ] }