Python Paste

Paste
DeveloperIan Bicking
Initial release2005 (2005)
Stable release
2.0.3 / March 8, 2016 (2016-03-08)
Written inPython
Operating systemCross-platform
TypeWeb framework
LicenseMIT License
Repository

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".

The Python Paste package contains Python modules that help in implementing WSGI middleware.

The package includes a WSGI wrapper for CGI applications. It also includes a simple webserver that can produce WSGI requests.