summaryrefslogtreecommitdiff
path: root/README.rst
blob: 6d6a34893eae9f3fd68eec42dee844757db3a505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
============
 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
<https://zopetal.readthedocs.io>`_ (although it can be used
independently). The two are integrated to produce page templates in
`zope.pagetemplate <https://zopepagetemplate.readthedocs.io/>`_.

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/