python-pastedeploy

Load, configure, and compose WSGI applications and servers - Python 2.x
  http://pythonpaste.org/deploy/
  2
  2 reviews



Paste Deployment is a system for finding and configuring WSGI applications and servers. For WSGI application consumers it provides a single, simple function (loadapp) for loading a WSGI application from a configuration file or a Python Egg. For WSGI application providers it only asks for a single, simple entry point to your application, so that application users don't need to be exposed to the implementation details of your application.

This package contains the Python 2.x module.
Latest reviews
4
jahid_0903014 9 years ago

like it

4
blueXrider 12 years ago

quite nice