{ "info": { "author": "Eduardo Calleja", "author_email": "e.calleja.garcia@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "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.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP" ], "description": "======================\nSuper popups for Django\n======================\n\nLet ``super-popups`` show fancy messages to your visitors\n\n.. image:: http://www.educalleja.es/misc/super_popups/ok.jpg\n\n.. image:: http://www.educalleja.es/misc/super_popups/ko.jpg\n\n.. image:: http://www.educalleja.es/misc/super_popups/warn.jpg\n\n\nRequirements\n------------\n\n- Django >= 1.8\n- Jquery 1.12\n- Font-awesome 4.5.0\n\n\nInstallation\n------------\n\n1. Install using pip:\n\n ``pip install django-super-popups``\n\n Alternatively, you can install download or clone this repo and call ``pip install -e .``.\n\n2. Add to INSTALLED_APPS in your ``settings.py``:\n\n ``'django_super_popups',``\n\n3. In your templates, load the following ``css`` and ``js`` files:\n\n .. code:: Django\n\n \n \n\nUsage\n------------\n\nCall your website with the following GET variables to display a message:\n\n http://example.com?tyT=ok&msT=This is the text\n \nWhich will display the following popup:\n\n.. image:: http://www.educalleja.es/misc/super_popups/example1.jpg\n\nIf you do not want to define the popup using GET variables, you can define the style and content with the following javascript variable.\n\n .. code:: javascript\n\n var superpopups = {\n tyT: \"ok\", // MANDATORY. Possible values are `ok`, `ko` and `warn`\n msT: \"Everything is great!\", // MANDATORY \n autohide: 5000, // OPTIONAL. When set, the message will disappear after the defined interval in ms.\n }\n\n\n\n\nExample template\n----------------\n\n .. code:: Django\n\n {# Web code #}\n \n \n \n \n \n \n \n \n\n\nDocumentation\n-------------\n\nThis is all the documentation we have :)\n\n\nBugs and suggestions\n--------------------\n\nIf you have found a bug or if you have a request for additional functionality, please use the issue tracker on GitHub.\n\nhttps://github.com/educalleja/django-super-popups/issues\n\n\nLicense\n-------\n\nYou can use this under Apache 2.0. See `LICENSE\n`_ file for details.\n\n\nAuthor\n------\n\nOriginal author and maintained by `Eduardo Calleja `_.", "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/educalleja/django-super-popups", "keywords": null, "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "django-super-popups", "package_url": "https://pypi.org/project/django-super-popups/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-super-popups/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/educalleja/django-super-popups" }, "release_url": "https://pypi.org/project/django-super-popups/1.1/", "requires_dist": null, "requires_python": null, "summary": "Add fancy notification popups to a Django project", "version": "1.1" }, "last_serial": 2072983, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "b3ffe1a4c87375455ce8cec23fdac804", "sha256": "90fafec46b5791bc3c2a980e0bce853c2114172f7f95a3d0576c92cc268231df" }, "downloads": -1, "filename": "django-super-popups-1.0.tar.gz", "has_sig": false, "md5_digest": "b3ffe1a4c87375455ce8cec23fdac804", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5574, "upload_time": "2016-04-17T12:07:23", "url": "https://files.pythonhosted.org/packages/9c/da/62916674721215e2acbabcfe9964efe0c4dc367604a3ebb583e7f838d917/django-super-popups-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "dc53893b068a6c65baf7e1d8b77b2ea2", "sha256": "c7453bb9ba10ca612af03f693737090a335fee764c8eeeb973bbb32281639f0c" }, "downloads": -1, "filename": "django-super-popups-1.1.tar.gz", "has_sig": false, "md5_digest": "dc53893b068a6c65baf7e1d8b77b2ea2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5552, "upload_time": "2016-04-20T02:34:31", "url": "https://files.pythonhosted.org/packages/4e/a8/9ea799fa54dd97a8a211e3cd584de34cf67289c7dfd504297220e6cb6934/django-super-popups-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dc53893b068a6c65baf7e1d8b77b2ea2", "sha256": "c7453bb9ba10ca612af03f693737090a335fee764c8eeeb973bbb32281639f0c" }, "downloads": -1, "filename": "django-super-popups-1.1.tar.gz", "has_sig": false, "md5_digest": "dc53893b068a6c65baf7e1d8b77b2ea2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5552, "upload_time": "2016-04-20T02:34:31", "url": "https://files.pythonhosted.org/packages/4e/a8/9ea799fa54dd97a8a211e3cd584de34cf67289c7dfd504297220e6cb6934/django-super-popups-1.1.tar.gz" } ] }