Config.in 448 B

123456789101112
  1. config BR2_PACKAGE_PYTHON_PEXPECT
  2. bool "python-pexpect"
  3. select BR2_PACKAGE_PYTHON_PTYPROCESS # runtime
  4. help
  5. Pexpect is a pure Python module for spawning child
  6. applications; controlling them; and responding to expected
  7. patterns in their output. Pexpect works like Don Libes’
  8. Expect. Pexpect allows your script to spawn a child
  9. application and control it as if a human were typing
  10. commands.
  11. https://pexpect.readthedocs.org