Metadata-Version: 2.4
Name: adora-rs
Version: 0.1.0
Requires-Dist: pyarrow>=14.0.1
Requires-Dist: pyyaml>=6.0
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

This crate corresponds to the Node API for Adora.

## 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 adora adora/__init__.pyi
maturin develop
```

