Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.03 KB

README.rst

File metadata and controls

26 lines (18 loc) · 1.03 KB

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

https://codecov.io/github/janbrohl/SimpleTAL/coverage.svg?branch=six https://travis-ci.org/janbrohl/SimpleTAL.svg?branch=six https://readthedocs.org/projects/simpletalsix/badge/?version=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".