dora-rs / dora

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.58k stars 95 forks source link

Publish rust project on pip to make it simpler to deploy dora node on different machine without requiring installing cargo #695

Closed haixuanTao closed 3 weeks ago

haixuanTao commented 3 weeks ago

Currently rust node and the cli requires easier to use cargo or wget, but it would be simpler if we could just pip install them.

This PR do this.

People will be able to do:

pip install dora-rerun
pip install dora-rs-cli

This will make the pull process of nodes simpler for people who only use python.