pexpect 有 autoexpect 吗?

发布于 2024-09-03 07:21:31 字数 1539 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

司马昭之心 2024-09-10 07:21:31

我写了一个:

https://github.com/ianmiell/autopexpect

它以非常基本的形式工作。如果可以的话请贡献一下!

使用它的方式与 autoexpect 非常相似:

./autoexpect
[your session]
[exit session]
./script.py

与 autoexpect 一样,您可能需要修改生成的脚本。

I have written one:

https://github.com/ianmiell/autopexpect

which works in very basic form. Please contribute if you can!

Use it much the same way as autoexpect:

./autoexpect
[your session]
[exit session]
./script.py

As with autoexpect, you may need to fiddle with the produced script.

何止钟意 2024-09-10 07:21:31

不是真的,AFAIK,但你可以使用 expy AKA Expectpy,而不是 pexpect ,如果您依赖 autoexpect 的功能。从概念上讲,没有什么阻碍实现 pyautoexpect 的方式——只是据我所知,没有人愿意花功夫去做这件事(因为我自己从来没有觉得需要 autoexpect,我并不感到惊讶;-)。

Not really, AFAIK, but you could use expy AKA expectpy, rather than pexpect, if you depend on autoexpect's functionality. There's nothing conceptually standing in the way of implementing a pyautoexpect -- it's just that, as far as I know, nobody's taken the trouble of doing it (since I've never felt a need for autoexpect myself, I'm not really surprised;-).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文