dora-cli 0.5.0

`dora` goal is to be a low latency, composable, and distributed data flow.
# Node Name

## Getting started

- Install it with uv:

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

## Contribution Guide

- Format with [ruff]https://docs.astral.sh/ruff/:

```bash
uv pip install ruff
uv run ruff check . --fix
```

- Lint with ruff:

```bash
uv run ruff check .
```

- Test with [pytest]https://github.com/pytest-dev/pytest

```bash
uv pip install pytest
uv run pytest . # Test
```

## YAML Specification

## Examples

## License

Node Name's code are released under the MIT License