Scroll to navigation

PASTER(1) General Commands Manual PASTER(1)

NAME

paster - pluggable command-line frontend, including commands to setup package file layouts

SYNOPSIS

paster paster [OPTION] COMMAND [command_options]

DESCRIPTION

This manual page documents briefly the paster command.

paster is a program that can create file layouts for packages and serve up web applications, with configuration based on paste.deploy. It can for instance create a setuptools-ready file layout.

OPTIONS

These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.

Show summary of options.
Show version of program.
Add a plugin to the list of commands (plugins are Egg specs; will also require() the Egg)

COMMANDS

Create the file layout for a Python distribution
Search project for symbol
Display help
Install a package and create a fresh config file/directory
Show information about entry points
Serve the described application
Setup an application, given a config file

AUTHOR

paster was written by Ian Bicking <ianb@colorstudy.com>.

This manual page was written by Piotr Ozarowski <ozarow@gmail.com>, for the Debian project (but may be used by others).

May 6, 2006