{ "info": { "author": "jadbin", "author_email": "jadbin.com@hotmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=======\nSERList\n=======\n\n.. image:: https://travis-ci.org/jadbin/serlist.svg?branch=master\n :target: https://travis-ci.org/jadbin/serlist\n\n.. image:: https://coveralls.io/repos/github/jadbin/serlist/badge.svg?branch=master\n :target: https://coveralls.io/github/jadbin/serlist?branch=master\n\n.. image:: https://img.shields.io/badge/license-Apache 2-blue.svg\n :target: https://github.com/jadbin/serlist/blob/master/LICENSE\n\nOverview\n========\n\nSERList is used to scrape the information from a search engine results page including:\n\n- title\n- link\n- description\n\nNow, SERList can well deal with the results from these search engines without setting anything (e.g. XPath):\n\n- Google_\n- Yahoo_\n- Bing_\n- Yandex_\n- Baidu_\n- Sogou_\n- `360 Search`_\n\nInstallation\n============\n\nInstall using pip::\n\n pip install serlist\n\nBasic Usage\n===========\n\n.. code-block:: python\n\n from serlist import SerpScraper\n\n SerpScraper().scrape(text)\n\nThe variable ``text`` is the HTML text of a search engine results page.\n\nDocumentation\n=============\n\nhttps://serlist.readthedocs.io/\n\n.. _Google: https://www.google.com/\n.. _Yahoo: https://www.yahoo.com/\n.. _Bing: https://www.bing.com/\n.. _Yandex: https://www.yandex.com/\n.. _Baidu: https://www.baidu.com/\n.. _Sogou: https://www.sogou.com/\n.. _`360 Search`: https://www.so.com/\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jadbin/serlist", "keywords": "", "license": "Apache 2", "maintainer": "", "maintainer_email": "", "name": "serlist", "package_url": "https://pypi.org/project/serlist/", "platform": "", "project_url": "https://pypi.org/project/serlist/", "project_urls": { "Homepage": "https://github.com/jadbin/serlist" }, "release_url": "https://pypi.org/project/serlist/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Search engine results page scraper", "version": "0.1.1" }, "last_serial": 4614773, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "744d14d637ec81ee11c72bf81de5a48a", "sha256": "4957b5663d65a283dbb2cb730105996c03f6fd5a634ecf8fbae0d9597f633aed" }, "downloads": -1, "filename": "serlist-0.1.0.tar.gz", "has_sig": false, "md5_digest": "744d14d637ec81ee11c72bf81de5a48a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12195, "upload_time": "2018-10-26T08:43:41", "url": "https://files.pythonhosted.org/packages/e9/91/a6b9974f24d8c83566a8e8e6a1e69e8de80231afa259c765be545de2ce4c/serlist-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9c1c8fe369544888ac38aa4c777551f0", "sha256": "18acefd47dca4671bc991682c3ea82c96b6430ad36b03e318e28a6d8fec4f3f8" }, "downloads": -1, "filename": "serlist-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9c1c8fe369544888ac38aa4c777551f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12319, "upload_time": "2018-12-19T02:13:03", "url": "https://files.pythonhosted.org/packages/99/63/e7e8b4224f22d401ce7e250689e17843b5d3971ab292f317e2e658a4333c/serlist-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9c1c8fe369544888ac38aa4c777551f0", "sha256": "18acefd47dca4671bc991682c3ea82c96b6430ad36b03e318e28a6d8fec4f3f8" }, "downloads": -1, "filename": "serlist-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9c1c8fe369544888ac38aa4c777551f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12319, "upload_time": "2018-12-19T02:13:03", "url": "https://files.pythonhosted.org/packages/99/63/e7e8b4224f22d401ce7e250689e17843b5d3971ab292f317e2e658a4333c/serlist-0.1.1.tar.gz" } ] }