| PyEmb (version 1.1) | index PyEmb.py |
Yet another templating module with support for embedded Python code.
See the end of the module source code and the _test() function for
example usage.
Usage as a script:
PyEmb.py infile[.pye] [outfile]
Processes infile and writes output to stdout or outfile if given.
Usage as a CGI script:
See documentation for the _do_cgi() function.
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| PRINTECHO = 1 __all__ = ['Error', 'ParseError', 'EmbeddedScript', 'EmbeddedPython', 'SpecialHTML'] __author__ = 'Christopher Arndt <chris.arndt@web.de>' __file__ = './PyEmb.py' __name__ = 'PyEmb' __version__ = '1.1' | ||
| Author | ||
| Christopher Arndt <chris.arndt@web.de> | ||