Python Paste

This is an old revision of this page, as edited by 79.67.177.102 (talk) at 00:33, 13 March 2008 (paste is a 'metaframework'. pylons is a webapp framework). 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 web application framework.

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