Man page - proutes3(1)
Packages contains this manual
apt-get install python3-pyramid
Manual
PROUTES3
NAMEDESCRIPTION
positional arguments:
options:
NAME
proutes3 - Python 3 Pyramid command
DESCRIPTION
usage: proutes3 [-h] [-g GLOB] [-f FORMAT] [config_uri] [config_vars ...]
Print all URL dispatch routes used by a Pyramid application in the order in which they are evaluated. Each route includes the name of the route, the pattern of the route, and the view callable which will be invoked when the route is matched.
This command accepts one positional argument named āconfig_uriā. It 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. Example: āproutes myapp.iniā.
positional arguments:
config_uri
The URI to the configuration file.
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
-g GLOB, --glob GLOB
Display routes matching glob pattern
-f FORMAT, --format FORMAT
Choose which columns to display, this will override the format key in the [proutes] ini section