Python Paste

This is an old revision of this page, as edited by Renamed user dj65cf874dfh44 (talk | contribs) at 10:43, 31 January 2008. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Python Paste, often simply called paste, is a set of utilities for web development in Python. Paste has been described as "a framework for web frameworks"[1]. Paste is a component used in the Pylons metaframework.

The paste utilities allow developers to install and integrate web applications easily, even when based on different frameworks and server environments (e.g. SCGI, FastCGI, or WSGI).