An open API service indexing awesome lists of open source software.

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

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/