{"id":13804448,"url":"https://github.com/hyperiongray/python-chrome-devtools-protocol","last_synced_at":"2025-10-31T07:09:02.053Z","repository":{"id":35088600,"uuid":"191049280","full_name":"HyperionGray/python-chrome-devtools-protocol","owner":"HyperionGray","description":"Python type wrappers for Chrome DevTools Protocol (CDP)","archived":false,"fork":false,"pushed_at":"2023-10-27T13:36:04.000Z","size":1311,"stargazers_count":101,"open_issues_count":9,"forks_count":22,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-29T06:40:53.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HyperionGray.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-06-09T19:54:19.000Z","updated_at":"2024-10-27T06:14:00.000Z","dependencies_parsed_at":"2024-01-07T09:39:46.477Z","dependency_job_id":"d17425b4-26ea-469d-9747-5d7577a72c7f","html_url":"https://github.com/HyperionGray/python-chrome-devtools-protocol","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperionGray%2Fpython-chrome-devtools-protocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperionGray%2Fpython-chrome-devtools-protocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperionGray%2Fpython-chrome-devtools-protocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperionGray%2Fpython-chrome-devtools-protocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HyperionGray","download_url":"https://codeload.github.com/HyperionGray/python-chrome-devtools-protocol/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225247884,"owners_count":17444134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T01:00:48.104Z","updated_at":"2025-10-31T07:08:57.023Z","avatar_url":"https://github.com/HyperionGray.png","language":"Python","funding_links":[],"categories":["Chrome DevTools Protocol"],"sub_categories":["Libraries for driving the protocol (or a layer above)"],"readme":"# PyCDP\n\n[![PyPI](https://img.shields.io/pypi/v/chrome-devtools-protocol.svg)](https://pypi.org/project/chrome-devtools-protocol/)\n![Python Versions](https://img.shields.io/pypi/pyversions/chrome-devtools-protocol)\n![MIT License](https://img.shields.io/github/license/HyperionGray/python-chrome-devtools-protocol.svg)\n[![Build Status](https://img.shields.io/travis/com/HyperionGray/python-chrome-devtools-protocol.svg?branch=master)](https://travis-ci.com/HyperionGray/python-chrome-devtools-protocol)\n[![Read the Docs](https://img.shields.io/readthedocs/py-cdp.svg)](https://py-cdp.readthedocs.io)\n\nPython Chrome DevTools Protocol (shortened to PyCDP) is a library that provides\nPython wrappers for the types, commands, and events specified in the [Chrome\nDevTools Protocol](https://github.com/ChromeDevTools/devtools-protocol/).\n\nThe Chrome DevTools Protocol provides for remote control of a web browser by\nsending JSON messages over a WebSocket. That JSON format is described by a\nmachine-readable specification. This specification is used to automatically\ngenerate the classes and methods found in this library.\n\nYou could write a CDP client by connecting a WebSocket and then sending JSON\nobjects, but this would be tedious and error-prone: the Python interpreter would\nnot catch any typos in your JSON objects, and you wouldn't get autocomplete for\nany parts of the JSON data structure. By providing a set of native Python\nwrappers, this project makes it easier and faster to write CDP client code.\n\n**This library does not perform any I/O!** In order to maximize\nflexibility, this library does not actually handle any network I/O, such as\nopening a socket or negotiating a WebSocket protocol. Instead, that\nresponsibility is left to higher-level libraries, for example\n[trio-chrome-devtools-protocol](https://github.com/hyperiongray/trio-chrome-devtools-protocol).\n\nFor more information, see the [complete documentation](https://py-cdp.readthedocs.io).\n\n\u003ca href=\"https://www.hyperiongray.com/?pk_campaign=github\u0026pk_kwd=pycdp\"\u003e\u003cimg alt=\"define hyperion gray\" width=\"500px\" src=\"https://hyperiongray.s3.amazonaws.com/define-hg.svg\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperiongray%2Fpython-chrome-devtools-protocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperiongray%2Fpython-chrome-devtools-protocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperiongray%2Fpython-chrome-devtools-protocol/lists"}