Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aib/ucdp
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aib/ucdp
- Owner: aib
- License: mit
- Created: 2023-07-22T18:18:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-24T08:52:58.000Z (over 1 year ago)
- Last Synced: 2024-12-17T09:24:17.945Z (28 days ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ucdp or Micro Chrome DevTools Protocol
A lightweight library that helps you speak the Chrome DevTools Protocol in order to debug JavaScript with a Python script.
## Installation
```pip install micro-chrome-devtools-protocol```
## Examples
Please see the [`examples/`](examples/) directory.