I am interested in controlling an interactive CLI application from Python calls.
I guess at the most basic level I need a Python script that will start a CLI application on the host operating system. Pipe anything from standard input to the CLI application, and then pipe any output from the CLI application to standard output.
From this base, it should be pretty straightforward to do some processing on the input and output.
To be honest, I probably just need a pointer on what the technique is called. I have no idea what I need to be searching for.