pyflow

Installation and dependency system for Python projects

brewmacoslinux
Try with needOr install directly
Source

About

Installation and dependency system for Python

Commands

pyflow

Examples

Initialize a new Python project with pyflow$ pyflow init
Install dependencies from pyflow.toml$ pyflow install
Add a new dependency to the project$ pyflow add requests