https://github.com/zopefoundation/z3c.pt
Fast ZPT engine.
https://github.com/zopefoundation/z3c.pt
maintained
Last synced: 8 months ago
JSON representation
Fast ZPT engine.
- Host: GitHub
- URL: https://github.com/zopefoundation/z3c.pt
- Owner: zopefoundation
- License: other
- Created: 2013-02-25T04:09:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-06-19T06:55:51.000Z (12 months ago)
- Last Synced: 2025-09-29T15:40:57.486Z (8 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 2.89 MB
- Stars: 1
- Watchers: 62
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
========
z3c.pt
========
.. image:: https://img.shields.io/pypi/v/z3c.pt.svg
:target: https://pypi.python.org/pypi/z3c.pt/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/z3c.pt.svg
:target: https://pypi.org/project/z3c.pt/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/z3c.pt/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/z3c.pt/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/z3c.pt/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/z3c.pt?branch=master
.. image:: https://readthedocs.org/projects/z3cpt/badge/?version=latest
:target: https://z3cpt.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
This is a fast implementation of the ZPT template engine for Zope 3
which uses Chameleon to compile templates to byte-code.
The package provides application support equivalent to
``zope.pagetemplate``.