Hacker News new | ask | show | jobs
by metaobject 3711 days ago
I've used PrettyTable on a few projects and found it to be very easy to use. Highly recommended!
1 comments

Tabulate is also a good alternative, and more recent: https://pypi.python.org/pypi/tabulate
I would consider Tabulate much superior to PrettyTable.
Looks good! It might be time to update some code ...