{ "info": { "author": "Jaap Roes (Eight Media)", "author_email": "jaap@eight.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "=================\ndjango-bosssearch\n=================\n\nSearch the web or a specific domain in your Django project using the\nYahoo BOSS API.\n\nInstallation\n============\n\nFirst, add ``djangobosssearch`` to ``INSTALLED_APPS``\n\nUsing the BOSS API requires a key and a secret. Get them\nfrom http://developer.yahoo.com/search/boss/ and add them to your\nprojects settings::\n\n BOSS_API_KEY = ''\n BOSS_API_SECRET = ''\n\nThen include the views in your projects urlconf::\n\n urlpatterns = patterns('',\n url(r'^search/$', include('djangobosssearch.bosssearch_urls')),\n )\n\nIf you want the search to be limited to a certain domain add the following\nto the settings::\n\n BOSS_SITE_SEARCH_DOMAIN = 'example.com'\n\nTemplates\n=========\n\nThe templates provided are just an example. Pagination on the results page\n(`bosssearch/results.html`) is done using\n`django-pagination `_.\n\nConfiguration\n=============\n\nBesides the previously mentioned configuration keys, the following options\nare also useful if you use the provided urlpatterns and view.\n\n``BOSS_SEARCH_MARKET``\nThe region (country) to search in (default: 'en-us').\n\n``BOSS_RESULTS_PER_PAGE``\nThe number of results per page (default: 50).\n\nChanges\n=======\n\n1.1 (2012-07-02)\n----------------\n\n- Fixed UnicodeEncodeError caused by oauth request to_url\n\n\n1.0 (2012-05-11)\n----------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/jaap3/django-bosssearch/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-bosssearch", "package_url": "https://pypi.org/project/django-bosssearch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bosssearch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/jaap3/django-bosssearch/" }, "release_url": "https://pypi.org/project/django-bosssearch/1.1/", "requires_dist": null, "requires_python": null, "summary": "Search with Yahoo BOSS!", "version": "1.1" }, "last_serial": 732968, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "3291cb527a8c17668e76299c4cc6b5a3", "sha256": "a8aa3c78623075fe41fff8899001dc03361cc049ac8de1cfb22b1f7992ecfaa7" }, "downloads": -1, "filename": "django-bosssearch-1.0.zip", "has_sig": false, "md5_digest": "3291cb527a8c17668e76299c4cc6b5a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25092, "upload_time": "2012-05-11T15:02:17", "url": "https://files.pythonhosted.org/packages/89/92/fe83de84ccf03dcc68088340a9a15b91b3b2ea2c8e25c1202b5563ebe26b/django-bosssearch-1.0.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "9baa0efde6cfb7189cc1a0db0a6c81cc", "sha256": "451079ee74d4f6751fdb1a2bba6fd6f3395e696b28aa3a93d313fe9f8b4e571f" }, "downloads": -1, "filename": "django-bosssearch-1.1.zip", "has_sig": false, "md5_digest": "9baa0efde6cfb7189cc1a0db0a6c81cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25487, "upload_time": "2012-07-02T11:10:34", "url": "https://files.pythonhosted.org/packages/1a/30/7889b2f1e455c98ac1d88ef49ac5a1d3dd075ec5d3c088374fd4a99a34ad/django-bosssearch-1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9baa0efde6cfb7189cc1a0db0a6c81cc", "sha256": "451079ee74d4f6751fdb1a2bba6fd6f3395e696b28aa3a93d313fe9f8b4e571f" }, "downloads": -1, "filename": "django-bosssearch-1.1.zip", "has_sig": false, "md5_digest": "9baa0efde6cfb7189cc1a0db0a6c81cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25487, "upload_time": "2012-07-02T11:10:34", "url": "https://files.pythonhosted.org/packages/1a/30/7889b2f1e455c98ac1d88ef49ac5a1d3dd075ec5d3c088374fd4a99a34ad/django-bosssearch-1.1.zip" } ] }