Python Paste: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
{{notability|date=January 2008}}
'''Python Paste''', often simply called '''paste''', is a set of [[utility software|utilities]] for [[web development]] in [[Python (programming language)|Python]]. Paste has been described as "a framework for [[web framework]]s"[http://www.cmlenz.net/archives/2006/08/the-python-web-framework]. Paste is a component used in the [[PylonPylons_(web_framework)|Pylons]] metaframework.
 
The paste utilities allow developers to install and integrate [[web application]]s easily, even when based on different frameworks and server environments (e.g. [[SCGI]], [[FastCGI]], or [[Web Server Gateway Interface|WSGI]]).