How would you improve Rich?
To make use of one Python script in various situations, I think it would help to provide a global config option to redirect stdout or not. Especially when process module resdirects stdout by default and sometimes I can only access to stdout of one Python process.
What problem does it solve for you?
I am working on a project where I execute user-written scripts and need to, also only can capture stdout without interference. I wish to get the whole output without setting rules for users' code.
How would you improve Rich?
To make use of one Python script in various situations, I think it would help to provide a global config option to redirect
stdoutor not. Especially whenprocessmodule resdirectsstdoutby default and sometimes I can only access tostdoutof one Python process.What problem does it solve for you?
I am working on a project where I execute user-written scripts and need to, also only can capture stdout without interference. I wish to get the whole output without setting rules for users' code.