Jump to content

Python Paste

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Moxfyre (talk | contribs) at 04:48, 17 April 2007 (created stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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