Content deleted Content added
m Dating maintenance tags: {{Refimprove}} |
2.0.2 |
||
Line 4:
| name = Paste
| logo =
| released = {{start date|2005}}
| latest release version =
| latest release date = {{
▲| license = [[MIT License]]
| programming language = [[Python (programming language)|Python]]
| operating system = [[Cross-platform]]
|
|
}}
'''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>http://blog.ianbicking.org/its-not-another-damn-framework.html</ref>
Line 28 ⟶ 27:
==Subcomponents of Paste ==
Paste has been a long-running open source project, dating from at least 2005. As it has grown, it has unbundled several other utilities from the Paste core. These utilities are part of the Paste project, but form their own packages and have their own version numbers. They include:
* WebOb is a wrapper around the WSGI environment.
* Paste Deploy is a system for finding and configuring WSGI applications and servers.
|