{ "info": { "author": "Rian Hunter", "author_email": "rian@alum.mit.edu", "bugtrack_url": null, "classifiers": [], "description": "remote_debugging_path_chromium\n==============================\n\n`remote_debugging_path_chromium` is a wrapper script for chromium\nthat allows you to connect to the chromium debugger over a UNIX\ndomain socket. This is useful if you don't want to expose your\ndebugger socket over localhost (which might be a security concern).\nFor additional security it also provides whitelist functionality to\nonly allow certain debugger methods.\n\nInstallation\n------------\n\nEasiest way is to install from PyPI via `pip3`:\n\n $ pip3 install remote_debugging_path_chromium\n\nUsage\n-----\n\nUse it the same way you would use chromium except it provides two\nextra options:\n\n - --remote-debugging-path=PATH\n This specifies the path on which you want the chromium remote\n debugger to listen.\n\n - --remote-debugging-allow=METHOD\n This turns on whitelist functionality, limiting which methods\n are allowed to be invoked through this interface. You can specify\n this multiple times.\n\nAssuming your pip install location is on your PATH, you can invoke\nit like you would invoke chromium.\n\n $ remote_debugging_path_chromium\n\nContact\n-------\n\nRian Hunter `@cejetvole `_\n\n\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rianhunter/remote_debugging_path_chromium", "keywords": "", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "remote-debugging-path-chromium", "package_url": "https://pypi.org/project/remote-debugging-path-chromium/", "platform": "", "project_url": "https://pypi.org/project/remote-debugging-path-chromium/", "project_urls": { "Homepage": "https://github.com/rianhunter/remote_debugging_path_chromium" }, "release_url": "https://pypi.org/project/remote-debugging-path-chromium/0.1.0/", "requires_dist": [ "aiohttp" ], "requires_python": "", "summary": "UNIX domain path proxy for Chromium's remote debugging tools", "version": "0.1.0" }, "last_serial": 5797827, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "56b5e13d59daaf2ae93d7f15a753bd76", "sha256": "af016ff03da94df8f3078cf7ee638a97fe06a63ecd1f7cce04771fa5e09bd7e1" }, "downloads": -1, "filename": "remote_debugging_path_chromium-0.1.0-py3-none-any.whl", "has_sig": true, "md5_digest": "56b5e13d59daaf2ae93d7f15a753bd76", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17544, "upload_time": "2019-09-08T00:08:41", "url": "https://files.pythonhosted.org/packages/41/53/05f044cf139a8efaa23e59a57919484c589c811f9cbdd9a8577f49c85c3f/remote_debugging_path_chromium-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a0204bf3adc3f2154b9b06e5a9c759e4", "sha256": "831004c532d91a5128ea7b1ff487fd3264bb8912c632d3591f8678e55473a57a" }, "downloads": -1, "filename": "remote_debugging_path_chromium-0.1.0.tar.gz", "has_sig": true, "md5_digest": "a0204bf3adc3f2154b9b06e5a9c759e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16467, "upload_time": "2019-09-08T00:08:47", "url": "https://files.pythonhosted.org/packages/df/be/0b597883d81280c60078c2c9d21d176ff3ef59dddebdd50bef1932859bcf/remote_debugging_path_chromium-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56b5e13d59daaf2ae93d7f15a753bd76", "sha256": "af016ff03da94df8f3078cf7ee638a97fe06a63ecd1f7cce04771fa5e09bd7e1" }, "downloads": -1, "filename": "remote_debugging_path_chromium-0.1.0-py3-none-any.whl", "has_sig": true, "md5_digest": "56b5e13d59daaf2ae93d7f15a753bd76", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17544, "upload_time": "2019-09-08T00:08:41", "url": "https://files.pythonhosted.org/packages/41/53/05f044cf139a8efaa23e59a57919484c589c811f9cbdd9a8577f49c85c3f/remote_debugging_path_chromium-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a0204bf3adc3f2154b9b06e5a9c759e4", "sha256": "831004c532d91a5128ea7b1ff487fd3264bb8912c632d3591f8678e55473a57a" }, "downloads": -1, "filename": "remote_debugging_path_chromium-0.1.0.tar.gz", "has_sig": true, "md5_digest": "a0204bf3adc3f2154b9b06e5a9c759e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16467, "upload_time": "2019-09-08T00:08:47", "url": "https://files.pythonhosted.org/packages/df/be/0b597883d81280c60078c2c9d21d176ff3ef59dddebdd50bef1932859bcf/remote_debugging_path_chromium-0.1.0.tar.gz" } ] }