Skip to content

stephane-caron/raspunzel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raspunzel

Command-line tool to run Bazel targets on systems where Bazel is not installed. For instance, we can run cross-compiled Bazel targets on a Raspberry Pi:

pi@raspi:~/my_bazel_dir$ raspunzel run //my/target -- --foo --bar

Raspunzel's syntax is the same as Bazel, but it only supports the run command.

Installation

From PyPI

PyPI version

$ pip install raspunzel

Standalone script

Raspunzel is easy to ship in your own project as a standalone script. Check out how it is done for instance in the software of Upkie wheeled-biped robots.

About

Command-line tool to run Bazel targets on a Raspberry Pi

Topics

Resources

License

Stars

Watchers

Forks

Languages