pystorm / streamparse

Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.
http://streamparse.readthedocs.io/
Apache License 2.0
1.5k stars 218 forks source link

Switch from prettytable to texttable #413

Closed dan-blanchard closed 6 years ago

dan-blanchard commented 6 years ago

Texttable is still actively maintained, whereas prettytable has been dead for years.

Also, standardize on using print_stats_table util function instead of different commands creating their own tables.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.1%) to 48.198% when pulling 7880ecec7710dd4fd365a9052157768de227a447 on feature/switch_to_texttable into d638c301a05b4decb30cfc7a77d1b509ff19096d on master.