Fabric - Python的SSH开发包


未知
Windows
Python

软件简介

Fabric 是一个 Python (2.5 或更高) 库和命令行工具,用于连接到 SSH 服务器并执行命令。

示例代码:

from fabric.api import rundef host_type():run('uname -s')