{ "info": { "author": "Niklas Baumstark", "author_email": "niklas.baumstark@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Overview\n\n**Author:** Niklas Baumstark\n\ndryscrape is a lightweight web scraping library for Python. It uses a \nheadless Webkit instance to evaluate Javascript on the visited pages. This \nenables painless scraping of plain web pages as well as Javascript-heavy \n\u201cWeb 2.0\u201d applications like\nFacebook.\n\nIt is built on the shoulders of\n[capybara-webkit](https://github.com/thoughtbot/capybara-webkit)'s \n[webkit-server](https://github.com/niklasb/webkit-server). A big thanks goes \nto thoughtbot, inc. for building this excellent piece of software!\n\n# Changelog\n\n* 1.0: Added Python 3 support, small performance fixes, header names are now\n properly normalized. Also added the function `dryscrape.start_xvfb()` to\n easily start Xvfb.\n* 0.9.1: Changed semantics of the `headers` function in\n a backwards-incompatible way: It now returns a list of (key, value)\n pairs instead of a dictionary.\n\n# Supported Platforms\n\nThe library has been confirmed to work on the following platforms:\n\n* Mac OS X 10.9 Mavericks and 10.10 Yosemite\n* Ubuntu Linux\n* Arch Linux\n\nOther unixoid systems should work just fine.\n\nWindows is not officially supported, although dryscrape should work\nwith [cygwin](https://www.cygwin.com/).\n\n# Installation, Usage, API Docs\n\nDocumentation can be found at \n[dryscrape's ReadTheDocs page](http://readthedocs.org/docs/dryscrape/).\n\nQuick installation instruction:\n\n # pip install dryscrape\n\n# Contact, Bugs, Contributions\n\nIf you have any problems with this software, don't hesitate to open an\nissue on [Github](https://github.com/niklasb/dryscrape) or open a pull\nrequest or write a mail to **niklas baumstark at Gmail**.\n", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/niklasb/dryscrape", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "dryscrape", "package_url": "https://pypi.org/project/dryscrape/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dryscrape/", "project_urls": { "Homepage": "https://github.com/niklasb/dryscrape" }, "release_url": "https://pypi.org/project/dryscrape/1.0/", "requires_dist": null, "requires_python": null, "summary": "a lightweight Javascript-aware, headless web scraping library for Python", "version": "1.0" }, "last_serial": 1651855, "releases": { "0.9.1": [ { "comment_text": "", "digests": { "md5": "1517de5942617dc3faa0dce33374764b", "sha256": "597764dced6bb8420978d59dd84e4c97550e71d45f460f27df0a6c90e4520da8" }, "downloads": -1, "filename": "dryscrape-0.9.1.tar.gz", "has_sig": false, "md5_digest": "1517de5942617dc3faa0dce33374764b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5443, "upload_time": "2015-07-23T18:27:39", "url": "https://files.pythonhosted.org/packages/e4/e9/2252877a3789b1d50388cdf3a1b7287e2f0f5f99b0747a63f030dc238c0d/dryscrape-0.9.1.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "267e380a8efaf9cd8fd94de1639d3198", "sha256": "a99858786434947266cb81d5634cb1722de48aaf6b9cdffda15b7cd4a8e07340" }, "downloads": -1, "filename": "dryscrape-1.0.tar.gz", "has_sig": false, "md5_digest": "267e380a8efaf9cd8fd94de1639d3198", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5518, "upload_time": "2015-07-27T17:04:00", "url": "https://files.pythonhosted.org/packages/b5/75/c45f796ec5bc7f98c38b9ae425390ef5f4a76153c8b5af946adb97e7e622/dryscrape-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "267e380a8efaf9cd8fd94de1639d3198", "sha256": "a99858786434947266cb81d5634cb1722de48aaf6b9cdffda15b7cd4a8e07340" }, "downloads": -1, "filename": "dryscrape-1.0.tar.gz", "has_sig": false, "md5_digest": "267e380a8efaf9cd8fd94de1639d3198", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5518, "upload_time": "2015-07-27T17:04:00", "url": "https://files.pythonhosted.org/packages/b5/75/c45f796ec5bc7f98c38b9ae425390ef5f4a76153c8b5af946adb97e7e622/dryscrape-1.0.tar.gz" } ] }