{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "WebRunner is a pythonic module used for web scrapping and testing.\n\nHere are simple instructions about how to use webrunner.\n\nFirst of all, import WebBrowser to your namespace and instanciate it.\n\n>>> from webrunner import WebBrowser\n>>> wb = WebBrowser()\n\nNow, you can use the method urlopen for open some url on the web\n\n>>> wb.urlopen('www.google.com')\n\nNow, we can 'see' the google's page\n>>> g_page = wb.current_page\n\nLet's do a search\n>>> form = g_page.forms['f']\n>>> form.set_value('some search', 'q')\n>>> wb.submit_form(form)\n>>> results_page = wb.current_page\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "webrunner", "package_url": "https://pypi.org/project/webrunner/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/webrunner/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/webrunner/0.1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1" }, "last_serial": 1087143, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "cee007b4bb297ff40a48b922c174de4e", "sha256": "b0efa8dcb86fd63711c3b2d9bc1331ea952340b7babc091dca5dfa9bd5b34e95" }, "downloads": -1, "filename": "webrunner-0.1.tar.gz", "has_sig": false, "md5_digest": "cee007b4bb297ff40a48b922c174de4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1997, "upload_time": "2014-05-09T18:15:31", "url": "https://files.pythonhosted.org/packages/82/a2/21363c7868f31f636a842d4d38ceee7ed3bdeff74088820e947e0f7a05a2/webrunner-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cee007b4bb297ff40a48b922c174de4e", "sha256": "b0efa8dcb86fd63711c3b2d9bc1331ea952340b7babc091dca5dfa9bd5b34e95" }, "downloads": -1, "filename": "webrunner-0.1.tar.gz", "has_sig": false, "md5_digest": "cee007b4bb297ff40a48b922c174de4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1997, "upload_time": "2014-05-09T18:15:31", "url": "https://files.pythonhosted.org/packages/82/a2/21363c7868f31f636a842d4d38ceee7ed3bdeff74088820e947e0f7a05a2/webrunner-0.1.tar.gz" } ] }