I am trying to compile a piece of Python code to control UNIX screen processes (/ usr / bin / screen) as part of a script to make it easier to deploy to a server. Are there any libraries or modules that could facilitate this? Is there a better way to do this than simply using the standard Python subprocess?
source share