Metadata-Version: 2.1
Name: cidipi
Version: 0.1.0
Summary: Low-level client for interacting with Chrome Devtools Protocol (CDP) for Python.
License: MIT
Author: Aprila Hijriyan
Author-email: hijriyan23@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: curl-cffi (>=0.6.4,<0.7.0)
Requires-Dist: psutil (>=5.9.8,<6.0.0)
Requires-Dist: pydantic (>=2.7.4,<3.0.0)
Requires-Dist: pyee (>=11.1.0,<12.0.0)
Requires-Dist: pyhumps (>=3.8.0,<4.0.0)
Requires-Dist: websockets (>=12.0,<13.0)
Description-Content-Type: text/markdown

# cidipi

Low-level client for interacting with Chrome Devtools Protocol (CDP) for Python.

> [!WARNING]
> This library is in alpha. Use it at your own risk.

## Installation

```bash
pip install --pre cidipi
```

## Usage

See the [examples/](https://github.com/aprilahijriyan/cidipi/tree/main/examples) directory to get started.

