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
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.