python的shell命令库sh

github地址:sh 

非常简单直接,人性化的使用。

把shell相关的语句,都切换到这个库上来。

from sh import ifconfig
print(ifconfig("eth0"))

你可能感兴趣的:(开发,Tips,个人开发记录,python,开发语言,软件工程,后端)