{ "info": { "author": "Praekelt Foundation", "author_email": "dev@praekelt.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Django Google Search\n====================\n**Django Google custom search engine app.**\n\nProvides a simple tag rendering a Google Custom Search Engine input field and a view displaying search results. \nThe product is an implementation of http://www.google.com/cse/docs/cref.html. The custom search engine definition \nis stored on your site, not by Google. This allows you to define a search engine in version controlled code.\n\n.. contents:: Contents\n :depth: 5\n\nInstallation\n------------\n\n#. Install or add ``django-googlesearch`` to your Python path.\n\n#. Add ``googlesearch`` to your ``INSTALLED_APPS`` setting.\n\n#. Add googlesearch url include to your project's ``urls.py`` file::\n\n (r'^search/', include('googlesearch.urls')),\n\n#. Optionally add ``\"django.core.context_processors.request\",`` to your ``TEMPLATE_CONTEXT_PROCESSORS`` setting, i.e.::\n\n TEMPLATE_CONTEXT_PROCESSORS = (\n \"django.core.context_processors.request\",\n ...other processors...\n )\n\n We need a ``request`` object when rendering the search input field and results to be able to display the search query value. This is optional and is not required for operation but is highly recommended. \n\nUsage\n-----\n\nOnce installed you can add a Google search box to your templates by using the ``googlesearch_form`` template tag, i.e.::\n\n {% load googlesearch_inclusion_tags %}\n \n ...some html...\n \n {% googlesearch_form %}\n \n ...some more html...\n\nBy default search results are displayed through the view with URL named ``googlesearch-results``, as defined in ``googlesearch.urls``.\nYou can create your own URL named ``googlesearch-results`` and include the ``googlesearch_results`` template tag in its template to display results, i.e.::\n\n {% load googlesearch_inclusion_tags %}\n \n ...some html...\n \n {% googlesearch_results %}\n \n ...some more html...\n\nAuthors\n=======\n\nPraekelt Foundation\n-------------------\n* Shaun Sephton\n* Hedley Roos\n\nChangelog\n=========\n\n0.2\n---\n#. Django 1.6 compatibility.\n\n0.1.2\n-----\n#. Refer to correct template tag in help text. Thanks grafyte.\n\n0.1\n---\n#. Refactor to use a linked custom search engine as described at http://www.google.com/cse/docs/cref.html.\n\n0.0.6\n-----\n#. Packaging and test setup cleanup.\n\n0.0.5\n-----\n#. Refactor to not use django-preferences.\n#. Documentation.", "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/praekelt/django-googlesearch", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-googlesearch", "package_url": "https://pypi.org/project/django-googlesearch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-googlesearch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/praekelt/django-googlesearch" }, "release_url": "https://pypi.org/project/django-googlesearch/0.2/", "requires_dist": null, "requires_python": null, "summary": "Django Google linked custom search engine app.", "version": "0.2" }, "last_serial": 4599832, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "58971d13def185d8476bd87532150a70", "sha256": "d17d6071cfec5e022478a4ff8aad3a370a1af8a34b98d24bc6a25cfbb00ff740" }, "downloads": -1, "filename": "django_googlesearch-0.0.4-py2.5.egg", "has_sig": false, "md5_digest": "58971d13def185d8476bd87532150a70", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 6835, "upload_time": "2010-08-03T11:34:12", "url": "https://files.pythonhosted.org/packages/c6/ae/945cbc4eaebd3aa886abac97ca78899341802a03c6d8a6215f67d7f7113a/django_googlesearch-0.0.4-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "b556e86bff593ca84f60c7853ba4dcfb", "sha256": "ba865925b1c47ca76b1e18fb6f644c4d3e958ae1f1b28bd44b4cff0d9bb1c791" }, "downloads": -1, "filename": "django_googlesearch-0.0.4-py2.6.egg", "has_sig": false, "md5_digest": "b556e86bff593ca84f60c7853ba4dcfb", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 6831, "upload_time": "2010-08-03T11:33:17", "url": "https://files.pythonhosted.org/packages/a5/7f/8373ee23b8d7f66c5037e9c5a4c995f29bbc750387b03517cb2089ee33cc/django_googlesearch-0.0.4-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "d6aff5accb7f3598127a0cf0e886500d", "sha256": "aa6b6582814dc6d70bff45e90a5c6c7524ae9b11dac80e7d6c4ea1f896c2cc03" }, "downloads": -1, "filename": "django-googlesearch-0.0.4.tar.gz", "has_sig": false, "md5_digest": "d6aff5accb7f3598127a0cf0e886500d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3628, "upload_time": "2010-08-03T11:33:22", "url": "https://files.pythonhosted.org/packages/14/d1/87cc8bec9aaac1cd178c54b0fff30bffa8533f526545973b89865ec14be2/django-googlesearch-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "edf35719eab40c0c6f59bc26314ab639", "sha256": "39b218cd4fb6943ef0772a2ce6e84c987fea26aefcebef40f5ce4c9bb748f515" }, "downloads": -1, "filename": "django_googlesearch-0.0.5-py2.6.egg", "has_sig": false, "md5_digest": "edf35719eab40c0c6f59bc26314ab639", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 6187, "upload_time": "2011-08-11T15:31:15", "url": "https://files.pythonhosted.org/packages/15/84/009ab4ca5523dbdb6889f6b0705fdba6c30a5b68f5ea65a3cb4f538defeb/django_googlesearch-0.0.5-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "846629dd974a1f75fed4cd2c13b6a9f8", "sha256": "d8ae80167bdc49c044a3f376879d2a75da539acd8cfb15069ad7558da380c02f" }, "downloads": -1, "filename": "django_googlesearch-0.0.5-py2.7.egg", "has_sig": false, "md5_digest": "846629dd974a1f75fed4cd2c13b6a9f8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 6184, "upload_time": "2011-08-11T15:30:59", "url": "https://files.pythonhosted.org/packages/de/f1/b09e0d21d54e6d0aea2d397d30f74824a525d3b742385d40b331f6a7d258/django_googlesearch-0.0.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b61a0d365312f04b94c10ed5b47e58ef", "sha256": "44f01255656dd7a9b67b3bcd66437ecb01ed6e9014f0e743032cba6cc39ba11d" }, "downloads": -1, "filename": "django-googlesearch-0.0.5.tar.gz", "has_sig": false, "md5_digest": "b61a0d365312f04b94c10ed5b47e58ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4849, "upload_time": "2011-08-11T15:31:01", "url": "https://files.pythonhosted.org/packages/eb/6c/3c1e6642459439b606a3e43e627e33c9fe5713e9d30c33da2933984c14ab/django-googlesearch-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "c14b30d6b0044f1c58a8b751203d1d21", "sha256": "9ebc5fa674db0f403a6993b31d792aab2ae5df4f37177f6c6e91cfe4d5578dc4" }, "downloads": -1, "filename": "django_googlesearch-0.0.6-py2.6.egg", "has_sig": false, "md5_digest": "c14b30d6b0044f1c58a8b751203d1d21", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 7355, "upload_time": "2012-05-08T11:08:26", "url": "https://files.pythonhosted.org/packages/38/df/45a655924c71f3ec5376b34f635340f6bd38a31785b7f82176030b6c7f25/django_googlesearch-0.0.6-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "8a1ece25044c58c9c0b4477cd5052378", "sha256": "16a21b388d2d6bb427277ea5547fd613842b76e8243ae445bb8775bfb2ec26e5" }, "downloads": -1, "filename": "django_googlesearch-0.0.6-py2.7.egg", "has_sig": false, "md5_digest": "8a1ece25044c58c9c0b4477cd5052378", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 7347, "upload_time": "2012-05-08T11:08:41", "url": "https://files.pythonhosted.org/packages/f5/63/e5493ad43927a08794d7a0e67146f3335f3b9d6d5af19d479466ab35b916/django_googlesearch-0.0.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "100af4156a3adf8f3aa40dcd647e57c8", "sha256": "f00dff68e1c3414f56d55201af927b75dffe33d5d497c33348f3f8099f85a3ac" }, "downloads": -1, "filename": "django-googlesearch-0.0.6.tar.gz", "has_sig": false, "md5_digest": "100af4156a3adf8f3aa40dcd647e57c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4733, "upload_time": "2012-05-08T11:08:27", "url": "https://files.pythonhosted.org/packages/74/11/ad74de1fb3d933067837b63376b5c9d44b915fa82b482cb8bfce9c9dbf51/django-googlesearch-0.0.6.tar.gz" } ], "0.1": [ { "comment_text": "", "digests": { "md5": "b0b27b6a058b81e6e46905d7f2e8fa51", "sha256": "3c57d4ca61463219b0366a12886e369a3b739333911915ff8d78f248d10c9bde" }, "downloads": -1, "filename": "django_googlesearch-0.1-py2.7.egg", "has_sig": false, "md5_digest": "b0b27b6a058b81e6e46905d7f2e8fa51", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 9871, "upload_time": "2012-11-19T07:05:59", "url": "https://files.pythonhosted.org/packages/1f/18/2c4c753af60517a77a5688456efdf92b1042860b6b7513ab32bd66a90965/django_googlesearch-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a83d75db69ee2ade686edb16be10f109", "sha256": "8c234c4dc45c99e565a2a2157aed049aba7df41d160f864beee62c0922d8076f" }, "downloads": -1, "filename": "django-googlesearch-0.1.tar.gz", "has_sig": false, "md5_digest": "a83d75db69ee2ade686edb16be10f109", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5342, "upload_time": "2012-11-19T07:05:56", "url": "https://files.pythonhosted.org/packages/0c/18/ca54da960ec4148c35f52509e0f9168dac2e4af93396f05b1520e00db83e/django-googlesearch-0.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "9684e6d7c818134813457069691525b6", "sha256": "dc0dc2a8c8517b94b4af522a05965af2a858213c9be078603a96f062f68879c5" }, "downloads": -1, "filename": "django_googlesearch-0.1.2-py2.7.egg", "has_sig": false, "md5_digest": "9684e6d7c818134813457069691525b6", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8434, "upload_time": "2013-01-14T12:45:47", "url": "https://files.pythonhosted.org/packages/d8/97/3916de27e95b42b0fcecbd82a60e1cb24dda08fa940047fd31ad3c79ddcf/django_googlesearch-0.1.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b80a2cf3259bfc7591b3baff0498d50c", "sha256": "638a5432a2c781091942b3de83139a70b758cd9837067adaa2af9bd617f70e45" }, "downloads": -1, "filename": "django-googlesearch-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b80a2cf3259bfc7591b3baff0498d50c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5390, "upload_time": "2013-01-14T12:45:44", "url": "https://files.pythonhosted.org/packages/4e/7c/cf89bbb09ea534ee4575f3de41dbc8e69fd8731f12ead755203943af9a5e/django-googlesearch-0.1.2.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "b12ff9dbd0279737169cc9f19fe8130c", "sha256": "2786d041de9b18be00aa223d3c4abd6d6bcb102bb83eb4c0fdf785511abaabf5" }, "downloads": -1, "filename": "django_googlesearch-0.2-py2.7.egg", "has_sig": false, "md5_digest": "b12ff9dbd0279737169cc9f19fe8130c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8489, "upload_time": "2015-04-23T15:13:01", "url": "https://files.pythonhosted.org/packages/fd/86/77d7fa5eb9836b2f22d8f3210cdea0ab4454229c53a6ec4414b116c33219/django_googlesearch-0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5a9b6c7b079f1a3ccf8106617cfe423d", "sha256": "c0a50737df6128282c8bab4363bb5206f9bca8daf72f4dcbe8e0905725a4a991" }, "downloads": -1, "filename": "django-googlesearch-0.2.tar.gz", "has_sig": false, "md5_digest": "5a9b6c7b079f1a3ccf8106617cfe423d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5159, "upload_time": "2015-04-23T15:12:57", "url": "https://files.pythonhosted.org/packages/65/06/d83f6345d84be4b3bf101cab18c928e22b3a3a48141df1530a66450d3aac/django-googlesearch-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b12ff9dbd0279737169cc9f19fe8130c", "sha256": "2786d041de9b18be00aa223d3c4abd6d6bcb102bb83eb4c0fdf785511abaabf5" }, "downloads": -1, "filename": "django_googlesearch-0.2-py2.7.egg", "has_sig": false, "md5_digest": "b12ff9dbd0279737169cc9f19fe8130c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8489, "upload_time": "2015-04-23T15:13:01", "url": "https://files.pythonhosted.org/packages/fd/86/77d7fa5eb9836b2f22d8f3210cdea0ab4454229c53a6ec4414b116c33219/django_googlesearch-0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5a9b6c7b079f1a3ccf8106617cfe423d", "sha256": "c0a50737df6128282c8bab4363bb5206f9bca8daf72f4dcbe8e0905725a4a991" }, "downloads": -1, "filename": "django-googlesearch-0.2.tar.gz", "has_sig": false, "md5_digest": "5a9b6c7b079f1a3ccf8106617cfe423d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5159, "upload_time": "2015-04-23T15:12:57", "url": "https://files.pythonhosted.org/packages/65/06/d83f6345d84be4b3bf101cab18c928e22b3a3a48141df1530a66450d3aac/django-googlesearch-0.2.tar.gz" } ] }