Query: rfoo-rconsole
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RCONSOLE(1) User Commands RCONSOLE(1)NAMErfoo-rconsole - remote Python console with auto completion, which can be used to inspect and modify the namespace of a running script.DESCRIPTIONStart remote console: rfoo-rconsole [-h] [-pPORT] -h, --help Print this help. -pPORT Set PORT (54321 by default).SETUPTo invoke it in a Python script do: from rfoo.utils import rconsole rconsole.spawn_server() Security note The rconsole listener started with rfoo.utils.rconsole.spawn_server() will accept any local connection and may therefore be insecure to use in shared hosting or similar environments! Debian March 2012 RCONSOLE(1)