.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH PSHELL3 "1" "December 2022" "pshell3 2.0+dfsg-2" "User Commands" .SH NAME pshell3 \- Python 3 Pyramid command .SH DESCRIPTION usage: pshell3 [\-h] [\-p PYTHON_SHELL] [\-l] [\-\-setup SETUP] .IP [config_uri] [config_vars ...] .PP Open an interactive shell with a Pyramid app loaded. This command accepts one positional argument named "config_uri" which specifies the PasteDeploy config file to use for the interactive shell. The format is "inifile#name". If the name is left off, the Pyramid default application will be assumed. Example: "pshell myapp.ini#main". .PP If you do not point the loader directly at the section of the ini file containing your Pyramid application, the command will attempt to find the app for you. If you are loading a pipeline that contains more than one Pyramid application within it, the loader will use the last one. .SS "positional arguments:" .TP config_uri The URI to the configuration file. .TP config_vars Variables required by the config file. For example, `http_port=%(http_port)s` would expect `http_port=8080` to be passed here. .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-p\fR PYTHON_SHELL, \fB\-\-python\-shell\fR PYTHON_SHELL Select the shell to use. A list of possible shells is available using the \fB\-\-list\-shells\fR option. .TP \fB\-l\fR, \fB\-\-list\-shells\fR List all available shells. .TP \fB\-\-setup\fR SETUP A callable that will be passed the environment before it is made available to the shell. This option will override the 'setup' key in the [pshell] ini section.