Fabric 是一个 Python (2.5 或更高) 库和命令行工具,用于连接到 SSH 服务器并执行命令。
示例代码:
from fabric.api import rundef host_type():run('uname -s')