This package contains generic tools that might be useful for IDE:
This script wraps the execution of console program so that a prompt appear after the end of the console program (so that the console does not close as soon as the user program finished).
Example:
$ pyqode-console python /path/to/a/script.py –spam eggs $ ... $ The process terminated with exit code 0. $ Press a key to close this window... $