https://github.com/zopefoundation/zope.tales
Template Attribute Language - Expression Syntax -- see https://zope.readthedocs.io/en/latest/zope2book/AppendixC.html
https://github.com/zopefoundation/zope.tales
maintained python template web
Last synced: 8 months ago
JSON representation
Template Attribute Language - Expression Syntax -- see https://zope.readthedocs.io/en/latest/zope2book/AppendixC.html
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.tales
- Owner: zopefoundation
- License: other
- Created: 2013-02-19T18:41:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:47:33.000Z (9 months ago)
- Last Synced: 2025-09-30T23:51:35.479Z (8 months ago)
- Topics: maintained, python, template, web
- Language: Python
- Homepage:
- Size: 652 KB
- Stars: 3
- Watchers: 63
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
============
zope.tales
============
.. image:: https://img.shields.io/pypi/v/zope.tales.svg
:target: https://pypi.python.org/pypi/zope.tales/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/zope.tales.svg
:target: https://pypi.org/project/zope.tales/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/zope.tales/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.tales/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.tales/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.tales?branch=master
.. image:: https://readthedocs.org/projects/zopetales/badge/?version=latest
:target: https://zopetales.readthedocs.io/en/latest/
:alt: Documentation Status
``zope.tales`` (Template Attribute Language - Expression Syntax) is an
expression language designed to work with `zope.tal
`_ (although it can be used
independently). The two are integrated to produce page templates in
`zope.pagetemplate `_.
The specification for TAL and TALES can be found at
https://pagetemplates.readthedocs.io/en/latest/
Documentation on this implementation and its API can be found at
https://zopetales.readthedocs.io/