Metadata-Version: 2.4
Name: dora-rs-robodriver
Version: 0.3.14
Requires-Dist: pyarrow
Requires-Dist: pyyaml>=6.0
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

This crate corresponds to the Node API for Dora.

## Building

To build the Python module for development:

```bash
uv venv --seed -p 3.11
uv pip install -e .
```

## Type hinting

Type hinting requires to run a second step

```bash
python generate_stubs.py dora dora/__init__.pyi
maturin develop
```

