zope.app.wsgi

WSGI application for the zope.publisher
Download

zope.app.wsgi Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ZPL
  • Publisher Name:
  • Zope Corporation and Contributors
  • Publisher web site:
  • http://zope org

zope.app.wsgi Tags


zope.app.wsgi Description

WSGI application for the zope.publisher zope.app.wsgi is a Python module module that provides the WSGIPublisherApplication class which exposes the object publishing machinery in zope.publisher as a WSGI application. It also lets us bring up the Zope application server (parsing zope.conf and site.zcml) with a mere function call:>>> db = zope.app.wsgi.config('zope.conf')This is especially useful for debugging.To bring up Zope and obtain the WSGI application object at the same time, use the getWSGIApplication function.This package also provides an easy to use application factory for PasteDeploy. You can simply specify an application configuration like this in your Paste configuration file:use = egg:zope.app.wsgiconfig_file = %(here)s/zope.confLook for more documentation inside the package itself. Requirements: · Python What's New in This Release: · Python2.7 compatibility for xmlrpc. Transplant of zope.app.testing r116141.


zope.app.wsgi Related Software