From 4c614dbf4bbd715508cf1d374f0abbf772e49ee6 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 6 Feb 2023 23:42:44 -0500 Subject: dev-python/zope-app-wsgi: new package, add 5.0 Signed-off-by: Julien Roy --- dev-python/zope-app-wsgi/metadata.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dev-python/zope-app-wsgi/metadata.xml (limited to 'dev-python/zope-app-wsgi/metadata.xml') diff --git a/dev-python/zope-app-wsgi/metadata.xml b/dev-python/zope-app-wsgi/metadata.xml new file mode 100644 index 0000000..9b27098 --- /dev/null +++ b/dev-python/zope-app-wsgi/metadata.xml @@ -0,0 +1,33 @@ + + + + + Julien Roy + julien@jroy.ca + + + 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 = %(here)s/zope.conf + Look for more documentation inside the package itself. + + + + Zope Foundation and Contributors + zope-dev@zope.org + + https://github.com/zopefoundation/zope.app.wsgi/blob/master/CHANGES.rst + https://github.com/zopefoundation/zope.app.wsgi/issues + zopefoundation/zope.app.wsgi + zope.app.wsgi + + -- cgit v1.2.3