{ "info": { "author": "Brandon Craig Rhodes", "author_email": "brandon@rhodesmill.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Topic :: Internet :: WWW/HTTP :: Browsers" ], "description": ".. Warning::\n\n The remote debugging shell has been removed\n from recent versions of Google Chrome,\n so this Python module is only of historical interest.\n For more information about the browser's new protocol,\n visit:\n\n https://developers.google.com/chrome-developer-tools/docs/remote-debugging\n\nThis library makes it easy to communicate with the Google Chrome remote\ndebugging shell from Python. To make the shell available, start Chrome\nwith this option::\n\n google-chrome --remote-shell-port=9222\n\nThen you can connect from Python through code like this:\n\n>>> import chrome_remote_shell\n>>> shell = chrome_remote_shell.open(port=9222)\n>>> shell.request('DevToolsService', command='ping')\n{u'data': u'ok', u'command': u'ping', u'result': 0}\n\nThe protocol is described in detail at:\n\nhttp://code.google.com/p/chromedevtools/wiki/ChromeDevToolsProtocol\n\nAs a convenience, the shell connection object offers a method that, by\ninjecting JavaScript into the first tab, commands Chrome to open a URL\nin a new tab::\n\n shell.open_url('http://www.aldaily.com/')\n\nCHANGELOG\n---------\n\n*2009 Feb 26.* Added a conditional import of `simplejson` so that the\nmodule runs under Python 2.5.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/brandon/chrome_remote_shell/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "chrome_remote_shell", "package_url": "https://pypi.org/project/chrome_remote_shell/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/chrome_remote_shell/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/brandon/chrome_remote_shell/" }, "release_url": "https://pypi.org/project/chrome_remote_shell/1.2/", "requires_dist": null, "requires_python": null, "summary": "Client for talking to the Google Chrome remote shell port", "version": "1.2" }, "last_serial": 1294511, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "1a42f069255598ed1152c8035b0c0913", "sha256": "55801d006139efec9327a92ae7a39a2566565af7bba1dd42036407b579ae8cbd" }, "downloads": -1, "filename": "chrome_remote_shell-1.0.tar.gz", "has_sig": false, "md5_digest": "1a42f069255598ed1152c8035b0c0913", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1755, "upload_time": "2010-02-25T04:37:21", "url": "https://files.pythonhosted.org/packages/18/ce/b11bb2857af40725cdeebd0da3bcee9d72270cf1453ab6cc7b251894ea2b/chrome_remote_shell-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "d82d516805fabce8d3e2cb4c959a5bf3", "sha256": "8ab4248517ed9e48bd50bfd8bd56ce4aa0cd049f1b69998fee1e124c588001bc" }, "downloads": -1, "filename": "chrome_remote_shell-1.1.tar.gz", "has_sig": false, "md5_digest": "d82d516805fabce8d3e2cb4c959a5bf3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2030, "upload_time": "2010-02-26T20:43:51", "url": "https://files.pythonhosted.org/packages/b6/f4/561de0fc0d4f7350d83674a2e16ea3649a0ad9101ecfb38b29ea17208353/chrome_remote_shell-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "c838e1692989cb1dd77b8603ecb7a81e", "sha256": "694d672937341fa0318c710d5712f38357aac1e49d78f053595f7e3a1a7adb72" }, "downloads": -1, "filename": "chrome_remote_shell-1.2.tar.gz", "has_sig": false, "md5_digest": "c838e1692989cb1dd77b8603ecb7a81e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2105, "upload_time": "2011-04-25T20:08:47", "url": "https://files.pythonhosted.org/packages/91/38/93602a05746810c4947544cb193dcd3d5017663df08b74687394c9d6677f/chrome_remote_shell-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c838e1692989cb1dd77b8603ecb7a81e", "sha256": "694d672937341fa0318c710d5712f38357aac1e49d78f053595f7e3a1a7adb72" }, "downloads": -1, "filename": "chrome_remote_shell-1.2.tar.gz", "has_sig": false, "md5_digest": "c838e1692989cb1dd77b8603ecb7a81e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2105, "upload_time": "2011-04-25T20:08:47", "url": "https://files.pythonhosted.org/packages/91/38/93602a05746810c4947544cb193dcd3d5017663df08b74687394c9d6677f/chrome_remote_shell-1.2.tar.gz" } ] }