Télécharger la liste

Description du projet

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, '@'). It 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 callbacks via hooks, recording and playback via diversions, and dynamic, chainable filters. The system is highly configurable via command line options and embedded commands.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-07-10 02:31 Retour à la liste release
3.0.3

Un correctif pour un bug concernant le déballage tuple récursif utilisant @ [pour], et empy.saveGlobals nouveau empy.restoreGlobals et les fonctions empy.defined.
Tags: Minor bugfixes
A fix for a bug regarding recursive tuple unpacking using @[for], and new empy.saveGlobals, empy.restoreGlobals, and empy.defined functions.

Project Resources