.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1. .TH PVIEWS3 "1" "July 2014" "pviews3 1.5.1+dfsg-2" "User Commands" .SH NAME pviews3 \- Python 3 Pyramid command .SH SYNOPSIS .B pviews3 \fI\,config_uri url\/\fR .SH DESCRIPTION Print, for a given URL, the views that might match. Underneath each potentially matching route, list the predicates required. Underneath each route+predicate set, print each view that might match and its predicates. This command accepts two positional arguments: 'config_uri' specifies the PasteDeploy config file to use for the interactive shell. The format is \&'inifile#name'. If the name is left off, 'main' will be assumed. 'url' specifies the path info portion of a URL that will be used to find matching views. Example: 'proutes myapp.ini#main /url' .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit