c25ed56fee
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 callbacks via hooks, recording and playback via diversions, and dynamic, chainable filters. The system is highly configurable via command line options and embedded commands.
62 lines
2.1 KiB
Text
62 lines
2.1 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2012/07/14 21:59:32 wiz Exp $
|
|
bin/empy
|
|
bin/empy-${PYVERSSUFFIX}
|
|
${PYSITELIB}/em.py
|
|
${PYSITELIB}/em.pyc
|
|
${PYSITELIB}/em.pyo
|
|
share/doc/empy/em.html
|
|
share/doc/empy/em/AbstractFile.html
|
|
share/doc/empy/em/BreakFlow.html
|
|
share/doc/empy/em/BufferedFilter.html
|
|
share/doc/empy/em/CommentToken.html
|
|
share/doc/empy/em/Context.html
|
|
share/doc/empy/em/ContextLineToken.html
|
|
share/doc/empy/em/ContextNameToken.html
|
|
share/doc/empy/em/ContinueFlow.html
|
|
share/doc/empy/em/ControlToken.html
|
|
share/doc/empy/em/CustomToken.html
|
|
share/doc/empy/em/Diversion.html
|
|
share/doc/empy/em/DiversionError.html
|
|
share/doc/empy/em/Document.html
|
|
share/doc/empy/em/Error.html
|
|
share/doc/empy/em/EscapeToken.html
|
|
share/doc/empy/em/ExpansionToken.html
|
|
share/doc/empy/em/ExpressionToken.html
|
|
share/doc/empy/em/Filter.html
|
|
share/doc/empy/em/FilterError.html
|
|
share/doc/empy/em/FlowError.html
|
|
share/doc/empy/em/FunctionFilter.html
|
|
share/doc/empy/em/Hook.html
|
|
share/doc/empy/em/HookError.html
|
|
share/doc/empy/em/InPlaceToken.html
|
|
share/doc/empy/em/Interpreter.html
|
|
share/doc/empy/em/LineBufferedFilter.html
|
|
share/doc/empy/em/LiteralToken.html
|
|
share/doc/empy/em/MaximallyBufferedFilter.html
|
|
share/doc/empy/em/MetaError.html
|
|
share/doc/empy/em/NullFile.html
|
|
share/doc/empy/em/NullFilter.html
|
|
share/doc/empy/em/NullToken.html
|
|
share/doc/empy/em/ParseError.html
|
|
share/doc/empy/em/PrefixToken.html
|
|
share/doc/empy/em/Processor.html
|
|
share/doc/empy/em/ProxyFile.html
|
|
share/doc/empy/em/ReprToken.html
|
|
share/doc/empy/em/Scanner.html
|
|
share/doc/empy/em/SignificatorToken.html
|
|
share/doc/empy/em/SimpleExpressionToken.html
|
|
share/doc/empy/em/SizeBufferedFilter.html
|
|
share/doc/empy/em/Stack.html
|
|
share/doc/empy/em/StackUnderflowError.html
|
|
share/doc/empy/em/StatementToken.html
|
|
share/doc/empy/em/Stream.html
|
|
share/doc/empy/em/StringFilter.html
|
|
share/doc/empy/em/StringLiteralToken.html
|
|
share/doc/empy/em/Subsystem.html
|
|
share/doc/empy/em/SubsystemError.html
|
|
share/doc/empy/em/Token.html
|
|
share/doc/empy/em/TransientParseError.html
|
|
share/doc/empy/em/UncloseableFile.html
|
|
share/doc/empy/em/VerboseHook.html
|
|
share/doc/empy/em/WhitespaceToken.html
|
|
share/doc/empy/index.html
|