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/ -- http://mail.python.org/mailman/listinfo/python-list