Tempita is a small templating language for text substitution. (LADI project)
Go to file
Nedko Arnaudov b96a104f41 Import changes from Tempita-0.5.2.tar.gz 2023-11-13 12:29:32 +02:00
docs fix failing test 2011-08-28 10:44:25 -07:00
tempita Import changes from Tempita-0.5.2.tar.gz 2023-11-13 12:29:32 +02:00
tests Make testing under py2/py3 more robust 2013-03-19 15:02:05 +00:00
.hgignore some minor doc updates 2010-09-05 20:55:45 -07:00
.travis.yml Satisfy flake8 req for travis. 2013-03-19 15:23:29 +00:00
MANIFEST.in Expand py3compat 2013-03-19 13:36:32 +00:00
README.md Added README.md for ease-of-github. 2013-03-19 15:19:06 +00:00
regen-docs sphinx-ify 2008-05-29 01:25:49 +00:00
requirements.txt Satisfy flake8 req for travis. 2013-03-19 15:23:29 +00:00
setup.cfg Import changes from Tempita-0.5.2.tar.gz 2023-11-13 12:29:32 +02:00
setup.py Import changes from Tempita-0.5.2.tar.gz 2023-11-13 12:29:32 +02:00
tox.ini Make testing under py2/py3 more robust 2013-03-19 15:02:05 +00:00

README.md

Tempita

A small templating language for text substitution, originally authored by Ian Bicking.

It isn't intended to be the Next Big Thing in templating, just a handy little templating language for when a project outgrows string.Template or {} substitution.

It's small, it embeds Python in strings, and it doesn't do much else.

You can read about the language, the interface and that's it, there's nothing more to learn about it.

You can install the original 0.5 from the bitbucket repository with:

easy_install Tempita==dev

Note from gjhiggins

I transmigrated this to GitHub in order to take advantage of travis-ci continuous integration and took the opportunity to give the py3 compat and tests a buffing (March 2013).

Build Status