I’m trying to piece together some Python code to control UNIX screen processes (/usr/bin/screen) as part of a script to ease on-server deployment. Are there any libraries or modules that could facilitate this? Is there a better way to do this than just using a standard Python subprocess?
I’m trying to piece together some Python code to control UNIX screen processes (/usr/bin/screen)
Share
Found the solution. There’s a Python module called screenutils.