Skip to content

my-robot-army/Mini-Wanderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  • Install it with:
conda create -n dora_env python=3.11
conda activate dora_env
uv venv -p 3.11 --seed
uv pip install -e .

then

pip install -r requirements.txt
  • Run it with:
dora run dataflow.yml

or

conda run -n dora_env dora build dataflow.yml
conda run -n dora_env dora run dataflow.yml
uv pip install ruff
uv run ruff check . --fix

Contribution Guide

pip install ruff
ruff check . --fix
  • Lint with ruff:
ruff check .
pip install pytest
pytest . # Test

YAML Specification

Examples

License

Node Name's code are released under the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages