1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
.TH PASTER 1 "may 6, 2006"
.SH NAME
paster3 \- pluggable command-line frontend,
including commands to setup package file layouts
.SH SYNOPSIS
.B paster3
.RI paster3\ [OPTION]\ COMMAND\ [command_options]
.br
.SH DESCRIPTION
This manual page documents briefly the
.B paster3
command.
.PP
\fBpaster3\fP is a program that can create file layouts for Python3 packages and serve up web applications, with configuration based on paste.deploy.
It can for instance create a setuptools-ready file layout.
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-\-version
Show version of program.
.TP
.B \-\-plugin=PLUGINS
Add a plugin to the list of commands (plugins are Egg
specs; will also require() the Egg)
.br
.SH COMMANDS
.TP
.B create
Create the file layout for a Python distribution
.TP
.B grep
Search project for symbol
.TP
.B help
Display help
.TP
.B make-config
Install a package and create a fresh config file/directory
.TP
.B points
Show information about entry points
.TP
.B serve
Serve the described application
.TP
.B setup-app
Setup an application, given a config file
.SH AUTHOR
paster3 was written by Ian Bicking <ianb@colorstudy.com>.
.PP
This manual page was written by Piotr Ozarowski <ozarow@gmail.com>,
for the Debian project (but may be used by others).
|