Python Paste: Difference between revisions

Content deleted Content added
Addbot (talk | contribs)
m Bot: Migrating 1 interwiki links, now provided by Wikidata on d:q4047696
URL
Line 1:
{{Infobox software
| name = Paste
| logo = ?
| released = {{start date|2005|?}}
| latest release version = 1.7.5.1
Line 10:
| operating system = [[Cross-platform]]
| developer = Ian Bicking
| website = {{URL|http://www.pythonpaste.org/}}
}}
'''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".
Line 21:
 
==WSGI middleware==
 
The [[Web Server Gateway Interface|WSGI]] standard is an interface that allows applications to use Python code to handle HTTP requests. A '''WSGI application''' is passed a Python representation of an HTTP request by an application, and returns content which will normally eventually be rendered by a web browser. A common use for this is when a [[web server]] serves content created by Python code.
 
Line 51 ⟶ 50:
 
==External links==
* [{{Official site|http://pythonpaste.org/}} Python Paste]: official site
* [http://www.ianbicking.org Ian Bicking] page
* [http://video.google.com/videoplay?docid=-872784530622495809 Ben Bangert's Google Tech Talk], Sep 13, 2006