.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. .TH RCONSOLE "1" "March 2012" "Debian" "User Commands" .SH NAME rfoo-rconsole \- remote Python console with auto completion, which can be used to inspect and modify the namespace of a running script. .SH DESCRIPTION Start remote console: .PP rfoo-rconsole [\-h] [\-pPORT] .PP \fB\-h\fR, \fB\-\-help\fR Print this help. .PP \fB\-pPORT\fR Set PORT (54321 by default). .PP .SH SETUP To invoke it in a Python script do: .PP from rfoo.utils import rconsole .PP rconsole.spawn_server() .SH 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!