- Install it with:
conda create -n dora_env python=3.11
conda activate dora_envuv venv -p 3.11 --seed
uv pip install -e .then
pip install -r requirements.txt- Run it with:
dora run dataflow.ymlor
conda run -n dora_env dora build dataflow.yml
conda run -n dora_env dora run dataflow.ymluv pip install ruff
uv run ruff check . --fix- Format with ruff:
pip install ruff
ruff check . --fix- Lint with ruff:
ruff check .- Test with pytest
pip install pytest
pytest . # TestNode Name's code are released under the MIT License