Download List

Project Description

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.

System Requirements

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-10-27 13:05 Back to release list
3.3

The separate pseudo-module instance was removed
for greater transparency, and its 'interpreter'
attribute was deprecated. The auxiliary class name
attributes associated with the pseudo-module were
also deprecated in preparation for a separate
support library. --no-callback-error and
--no-bangpath-processing command line options
were added along with an 'atToken' hook.
Tags: Minor feature enhancements

Project Resources