Python Paste


Python Paste

Module Reference

Packages and Modules

paste
paste.auth
Package for authentication/identification of requests.
paste.cascade
Cascades through several applications, so long as applications return 404 Not Found.
paste.cgiapp
Application that runs a CGI script.
paste.cgitb_catcher
WSGI middleware
paste.config
Paste Configuration Middleware and Objects
paste.debug
Package for debugging and development tools
paste.errordocument
Middleware to display error documents for certain status codes
paste.evalexception
An exception handler for interactive debugging
paste.exceptions
Package for catching exceptions and displaying annotated exception reports
paste.fileapp
This module handles sending static content such as in-memory data or files. At this time it has cache helpers and understands the if-modified-since request header.
paste.fixture
Routines for testing WSGI applications.
paste.gzipper
WSGI middleware
paste.httpexceptions
HTTP Exception Middleware
paste.httpheaders
HTTP Message Header Fields (see RFC 4229)
paste.httpserver
WSGI HTTP Server
paste.lint
Middleware to check for obedience to the WSGI specification.
paste.modpython
WSGI Paste wrapper for mod_python. Requires Python 2.2 or greater.
paste.pony
We have a pony and/or a unicorn.
paste.progress
Upload Progress Monitor
paste.proxy
An application that proxies WSGI requests to a remote server.
paste.recursive
Middleware to make internal requests and forward requests internally.
paste.registry
Registry for handling request-local module globals sanely
paste.reloader
A file monitor and server restarter.
paste.request
This module provides helper routines with work directly on a WSGI environment to solve common requirements.
paste.response
Routines to generate WSGI responses
paste.session
Creates a session object in your WSGI environment.
paste.transaction
Middleware related to transactions and database connections.
paste.translogger
Middleware for logging requests, using Apache combined log format
paste.url
This module implements a class for handling URLs.
paste.urlmap
Map URL prefixes to WSGI applications. See URLMap
paste.urlparser
WSGI applications that parse the URL and dispatch to on-disk resources
paste.util
Package for miscellaneous routines that do not depend on other parts of Paste
paste.wsgilib
A module of many disparate routines.
paste.wsgiwrappers
WSGI Wrappers for a Request and Response