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
- Host: GitHub
- URL: https://github.com/janbrohl/simpletal
- Owner: janbrohl
- License: other
- Created: 2015-09-19T12:21:46.000Z (over 10 years ago)
- Default Branch: six
- Last Pushed: 2022-01-24T13:40:14.000Z (about 4 years ago)
- Last Synced: 2025-04-10T05:11:07.179Z (12 months ago)
- Topics: hacktoberfest, python, python2, python3, template-engine
- Language: Python
- Homepage: https://pypi.python.org/pypi/SimpleTALSix
- Size: 540 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: Changes.txt
- License: LICENSE.txt
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".