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.
|
2 weeks ago | |
---|---|---|
docs | 12 years ago | |
tempita | 2 weeks ago | |
tests | 11 years ago | |
.hgignore | 13 years ago | |
.travis.yml | 11 years ago | |
MANIFEST.in | 11 years ago | |
README.md | 11 years ago | |
regen-docs | 16 years ago | |
requirements.txt | 11 years ago | |
setup.cfg | 2 weeks ago | |
setup.py | 2 weeks ago | |
tox.ini | 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).