Personal tools
Skip to content. | Skip to navigation
zope.app.server
zope.app.session
zope.app.skins
This package provides testing support for Zope 3 applications. Besides providing numerous setup convenience functions, it implements a testing setup that allows the user to make calls to the publisher allowing to write functional tests.
zope.app.traversing
Static Tree Implementation
Transaction Undo API and UI
This package 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: [app:main] use = egg:zope.app.wsgi config_file = s/zope.conf Look for more documentation inside the package itself.
zope.app.zapi
Zope application server ZCML files