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

https://github.com/janbrohl/simpletal

This is an implementation of the TAL and TALES specifications for Python
https://github.com/janbrohl/simpletal

hacktoberfest python python2 python3 template-engine

Last synced: 12 months ago
JSON representation

This is an implementation of the TAL and TALES specifications for Python

Awesome Lists containing this project

README

          

SimpleTALSix - simple TAL / METAL / TALES for Python 2 and 3
============================================================

.. image:: https://codecov.io/github/janbrohl/SimpleTAL/coverage.svg?branch=six
:target: https://codecov.io/github/janbrohl/SimpleTAL?branch=six
.. image:: https://travis-ci.org/janbrohl/SimpleTAL.svg?branch=six
:target: https://travis-ci.org/janbrohl/SimpleTAL
.. image:: https://readthedocs.org/projects/simpletalsix/badge/?version=latest
:target: http://simpletalsix.readthedocs.org/en/latest/?badge=latest
`🍕Buy me a Pizza `_

This is an implementation of the TAL and TALES specifications
see http://docs.zope.org/zope2/zope2book/AppendixC.html for Python 2.7 and 3.2+ (possibly working on other versions too)

Forked from http://www.owlfish.com/software/simpleTAL/

License
-------

SimpleTAL and SimpleTALSix use a BSD-3-Clause style license so you are free to do *many* things with it.

Unit Tests
----------

All unit tests can be run via setuptools with "setup.py test".