pyinvoke

Pythonic task management and command execution framework

brewmacoslinux
Try with needOr install directly
Source

About

Pythonic task management & command execution

Commands

invoke

Examples

List all available tasks defined in tasks.py$ invoke --list
Execute a specific task named 'build'$ invoke build
Run a task with arguments$ invoke deploy --environment=production