The topic of this article may not meet Wikipedia's general notability guideline. (January 2008) |
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).
External links
- Python Paste: official site
- Ben Bangert's Google Tech Talk, Sep 13, 2006