zope.ptresource

Page template resource plugin for zope.browserresource


Keywords
maintained, python, zope3
License
ZPL-2.1
Install
pip install zope.ptresource==5.0

Documentation

zope.ptresource

Latest release Supported Python versions https://coveralls.io/repos/github/zopefoundation/zope.ptresource/badge.svg?branch=master

Note

This package is at present not reusable without depending on a large chunk of the Zope Toolkit and its assumptions. It is maintained by the Zope Toolkit project.

This package provides a "page template" resource class, a resource whose content is processed with the Zope Page Templates engine before being returned to client.

The resource factory class is registered for "pt", "zpt" and "html" file extensions in the package's configure.zcml file.