{ "info": { "author": "h-kanazawa", "author_email": "hotaka-kanazawa@dac.co.jp", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5" ], "description": "Bing Web Search API\n==========================\n| Python Client for Bing API v5, Web Search\n\n\n| See API Reference:\n| https://msdn.microsoft.com/en-us/library/dn760794.aspx\n\n\nInstall\n----------------\n\n.. code-block:: console\n\n $ pip install bing-web-search-api\n\n\nHow to use\n----------------\n\n.. code-block:: python\n\n from bing_web_search_api import Client\n\n apikey = 'Your Ocp-Apim-Subscription-Key'\n client = Client(apikey=apikey)\n response, content = client.search(q='...')\n\n\nLicense\n----------------\nSee `LICENSE` _ for more information.\n\n.. _LICENSE: https://github.com/h-kanazawa/bing-web-search-api/blob/master/LICENSE", "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/h-kanazawa/bing-web-search-api", "keywords": "bing", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "bing-web-search-api", "package_url": "https://pypi.org/project/bing-web-search-api/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bing-web-search-api/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/h-kanazawa/bing-web-search-api" }, "release_url": "https://pypi.org/project/bing-web-search-api/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Client for Bing API v5 Web Search", "version": "0.0.1" }, "last_serial": 2545649, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7c1c202fc7cc16854ae3af78573c2c4b", "sha256": "acb7fdfefda5fbb3bd1b8f2fc5e1a10d7b3b07cd8335cac663766ba5ed438b1e" }, "downloads": -1, "filename": "bing-web-search-api-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7c1c202fc7cc16854ae3af78573c2c4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2522, "upload_time": "2016-12-30T08:02:43", "url": "https://files.pythonhosted.org/packages/95/0a/d5f81e54aa3807ace967d0d804ae2909c5623c4166d3909a0cda65ed7be8/bing-web-search-api-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7c1c202fc7cc16854ae3af78573c2c4b", "sha256": "acb7fdfefda5fbb3bd1b8f2fc5e1a10d7b3b07cd8335cac663766ba5ed438b1e" }, "downloads": -1, "filename": "bing-web-search-api-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7c1c202fc7cc16854ae3af78573c2c4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2522, "upload_time": "2016-12-30T08:02:43", "url": "https://files.pythonhosted.org/packages/95/0a/d5f81e54aa3807ace967d0d804ae2909c5623c4166d3909a0cda65ed7be8/bing-web-search-api-0.0.1.tar.gz" } ] }