DESCRIPTION.rst 506 B

12345678910111213
  1. Tempita is a small templating language for text substitution.
  2. This isn't meant to be the Next Big Thing in templating; it's just a
  3. handy little templating language for when your project outgrows
  4. ``string.Template`` or ``%`` substitution. It's small, it embeds
  5. Python in strings, and it doesn't do much else.
  6. You can read about the `language
  7. <http://pythonpaste.org/tempita/#the-language>`_, the `interface
  8. <http://pythonpaste.org/tempita/#the-interface>`_, and there's nothing
  9. more to learn about it.