FlowTable Parser

Description

The FlowTable parser allows lists of data to be easily displayed in a arbitrary sized and sorted table. This was originally written as a SimpleTable processor for moin 1.2 and has just been upgraded.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

FlowTable.py

1.0

1.9

ParserMarket/FlowTable/ReleaseNotes

Installation

For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries.

Usage and Examples

Full usage can be found at this moin wiki that uses FlowTable.

2005 Robert Kleemann

License

This parser is released under the terms of the GNU GPL.

Discussion

Thanks for sharing this with us. I just want to give some notes. Please give an extension other than '*'. That extension is used for rendering of an attachment of that name.ext. Everything you do by string can be done with the string itselfs. e.g. '\n'.join(output). There are some pep8 violations which you can find yourself by pylint. -- ReimarBauer 2010-09-20 11:29:21

MoinMoin: ParserMarket/FlowTable (last edited 2010-09-20 11:29:22 by ReimarBauer)