mrcljx / invoke

Pythonic task management & command execution.

Home Page:http://pyinvoke.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Invoke!

Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. It draws inspiration from various sources (make/rake, Fabric 1.x, etc) to arrive at a powerful & clean feature set.

For a high level introduction, including example code, please see our main project website; or for detailed API docs, see the versioned API website.

About

Pythonic task management & command execution.

http://pyinvoke.org

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 99.5%Language:Shell 0.4%Language:PowerShell 0.1%