Paketname | python-empy |
Beschreibung | A templating system for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 3.3-6 |
Sektion | python |
Priorität | optional |
Installierte Größe | 348 Byte |
Hängt ab von | python, python-support (>= 0.2) |
Empfohlene Pakete | |
Paketbetreuer | Ana Beatriz Guerrero Lopez |
Quelle | empy |
Paketgröße | 102440 Byte |
Prüfsumme MD5 | 071816b4080e474bfb5470ad0d44af20 |
Prüfsumme SHA1 | ebf3a9ecf233863e4c6d2f74384d94766037c5ea |
Prüfsumme SHA256 | f680868d6fc349eab8c7b497a4ff3f9d266c00f64c3aea115446ea200f17fc5d |
Link zum Herunterladen | python-empy_3.3-6_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/
|