fabric vs pexpect

前端 未结 3 1207
轻奢々
轻奢々 2021-02-07 08:58

I\'ve stumbled upon pexpect and my impression is that it looks roughly similar to fabric. I\'ve tried to find some comparison, without success, so I\'m asking here--in case some

3条回答
  •  天命终不由人
    2021-02-07 09:16

    I've used both. Fabric is more high level than pexpect, and IMHO a lot better. It depends what you're using it for, but if your use is deployment and configuration of software then Fabric is the right way to go.

提交回复
热议问题