Allows easy control of interactive console applications.
Pexpect is a pure Python module for spawning child applications, controlling them, and responding to expected patterns in their output. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.
Pexpect is a pure Python module for spawning child applications, controlling them, and responding to expected patterns in their output. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.
To install py313-pexpect, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py313-pexpect
To see what files were installed by py313-pexpect, run:
port contents py313-pexpect
To later upgrade py313-pexpect, run:
sudo port selfupdate && sudo port upgrade py313-pexpect
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.