Using `uv run` as a task runner · Issue #5903 · astral-sh/uv
For those of us migrating over from Rye, one of its nice features is the built-in task runner using rye run and [tool.rye.scripts]. For example: [tool.rye.scripts] hello = "echo Hello from Rye!" $ ...