Metadata-Version: 2.1
Name: dora-rs
Version: 0.2.3
Summary: `dora` goal is to be a low latency, composable, and distributed data flow.
License: Apache-2.0
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
python3 -m venv .env
source .env/bin/activate
pip install maturin
maturin develop
````

