Man page - pviews3(1)
Packages contains this manual
apt-get install python3-pyramid
Manual
PVIEWS3
NAMEDESCRIPTION
positional arguments:
options:
NAME
pviews3 - Python 3 Pyramid command
DESCRIPTION
usage: pviews3 [-h] [config_uri] [url] [config_vars ...]
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ā
positional arguments:
config_uri
The URI to the configuration file.
|
url |
The path info portion of the URL. |
config_vars
Variables required by the config file. For example, āhttp_port=%(http_port)sā would expect āhttp_port=8080ā to be passed here.
options:
-h , --help
show this help message and exit