Python Paste: Difference between revisions

Content deleted Content added
Line 13:
 
The Python Paste package mainly provides python modules to act as middleware.
In addition to middleware, it provides a simple python webserver that can produce WSGI request and a wrapper used to pass WSGI requests to [[CGI]] applications. Paste may be understood as a set of libraries making use of the WSGI standard to provide functionality other than the direct creation of content. This is useful when one is deploying applications written in a python web framework.
 
=== Uses of Paste ===