Python Paste: Difference between revisions

Content deleted Content added
Adding local short description: "Python web development utilities", overriding Wikidata description "set of utilities for web development in Python"
 
(11 intermediate revisions by 10 users not shown)
Line 1:
{{Short description|Python web development utilities}}
 
{{Multiple issues|
{{refimprove|date=December 2017}}
{{notability|Products|date=May 2021}}
}}
 
{{Infobox software
Line 13 ⟶ 18:
| license = [[MIT License]]
}}
'''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".<ref>{{Cite web|url=http://blog.ianbicking.org/its-not-another-damn-framework.html|title = It's Not Another Damn Framework}}</ref>
 
The Python Paste package contains Python modules that help in implementing [[Web Server Gateway Interface|WSGI]] middleware.
Line 32 ⟶ 37:
* WebTest
* WebOb is a wrapper around the WSGI environment.
WebTest anand WebOb have migrated and are now part of the [[Pylons project]].
 
==See also==
Line 55 ⟶ 60:
{{Web server software}}
 
[[Category:Python (programming language) web frameworks]]