Python Paste

This is an old revision of this page, as edited by Moxfyre (talk | contribs) at 04:48, 17 April 2007 (bold). 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].

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).