Provides ZCML directives for configuring browser views and pages in Zope applications. Current version 6.0, requires Python >=3.9. Released under the Zope Foundation, maintained as part of the Zope Toolkit.
pip install zope.browserpageVerified import paths — ran on the pinned version, not inferred.
Simple example of using BrowserPage directly.
Upgrade Python to 3.9 or later.
Ensure the render method returns bytes (e.g., b"content" or "content".encode()).
Use zope.browserpage directives in ZCML or consider using zope.browserresource for resources.
No dependency data recorded yet.