hello-rye This is a simple project to demonstrate how to use Rye. This project was created using the following command: % rye init --script hello-rye % cd hello-rye % rye sync % rye run hello-rye Hello world from hello-rye!