Python alternatives to Text::SimpleTable?

Ray Van Dolson rayvd at bludgeon.org
Sat Feb 28 13:56:11 EST 2009


So I'm looking for an easy (read: lazy) way to generate output in nice
ASCII tables like the Text::SimpleTable[1] module in perl.  I've come
across two so far in the Python world that look promising[2][3] but I'm
wondering if anyone else out there has some recommendations for me.

Thanks,
Ray

[1] http://search.cpan.org/dist/Text-SimpleTable/lib/Text/SimpleTable.pm
[2] http://pypi.python.org/pypi/text_table/0.02
[3] http://jefke.free.fr/stuff/python/texttable/



More information about the Python-list mailing list