rye

Python package management solution with unified toolchain

brewmacoslinux
Try with needOr install directly
Source

About

Package Management Solution for Python

Commands

rye

Examples

Initialize a new Python project with virtual environment$ rye init my-project
Add a dependency to the project$ rye add requests
Run a script with project dependencies$ rye run python script.py