Paketname | python-empy |
Beschreibung | A templating system for Python |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 3.3-6ubuntu1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 352 Byte |
Hängt ab von | python, python-support (>= 0.7.1) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | empy |
Paketgröße | 103266 Byte |
Prüfsumme MD5 | ee29bc6260476ba80aec198256db98ab |
Prüfsumme SHA1 | a0a92a1eb7fe879a03aa821fe7a3c71972b766fe |
Prüfsumme SHA256 | 89a509aceee6879809eb89adfea02ca081ed978a81b0a99d6820721bd54af0dc |
Link zum Herunterladen | python-empy_3.3-6ubuntu1_all.deb |
Ausführliche Beschreibung | EmPy is a system for embedding Python expressions and statements
in template text; it takes an EmPy source file, processes it, and
produces output.
This is accomplished via expansions, which are special signals
to the EmPy system and are set off by a special prefix (by default
the at sign, '@'). EmPy can expand arbitrary Python expressions
and statements in this way, as well as a variety of special forms.
Textual data not explicitly delimited in this way is sent unaffected
to the output, allowing Python to be used in effect as a markup
language.
Also supported are "hook" callbacks, recording and playback via
diversions, and dynamic, chainable filters.
The system is highly configurable via command line options and
embedded commands.
.
Homepage: http://www.alcyone.com/software/empy/
|