Metadata-Version: 2.0
Name: SimpleTALSix
Version: 6.2.1
Summary: Stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates.
Home-page: https://github.com/janbrohl/SimpleTAL
Author: Jan Brohl
Author-email: janbrohl@t-online.de
License: BSD-3-Clause
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides: SimpleTAL
Requires-Python: ~=2.7,~=3.2

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
.. image:: https://img.shields.io/badge/Say%20Thanks!-%F0%9F%A6%89-1EAEDB.svg
    :target: https://saythanks.io/to/janbrohl

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".


