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 someone has experience with both tools.
Is my impression (that they are roughly equivalent) correct, or it’s just how it looks on the surface ?
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.