streamexpectΒΆ

Version: 0.2.1

streamexpect is a library providing cross-platform “expect-like” functionality for generic Python streams and sockets . It is similar to the Pexpect library, except where Pexpect explicitly requires an underlying file (usually a TTY), streamexpect uses duck-typing and requires only a read or recv method.