Tempita is a small templating language for text substitution. (LADI project)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nedko Arnaudov b96a104f41 Import changes from Tempita-0.5.2.tar.gz 2 weeks ago
docs fix failing test 12 years ago
tempita Import changes from Tempita-0.5.2.tar.gz 2 weeks ago
tests Make testing under py2/py3 more robust 11 years ago
.hgignore some minor doc updates 13 years ago
.travis.yml Satisfy flake8 req for travis. 11 years ago
MANIFEST.in Expand py3compat 11 years ago
README.md Added README.md for ease-of-github. 11 years ago
regen-docs sphinx-ify 16 years ago
requirements.txt Satisfy flake8 req for travis. 11 years ago
setup.cfg Import changes from Tempita-0.5.2.tar.gz 2 weeks ago
setup.py Import changes from Tempita-0.5.2.tar.gz 2 weeks ago
tox.ini Make testing under py2/py3 more robust 11 years ago

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