This repository was archived by the owner on Dec 7, 2021. It is now read-only.
terminaltables-3.0.0
Added
- Support for https://pypi.python.org/pypi/colorama
- Support for https://pypi.python.org/pypi/termcolor
- Support for RTL characters (Arabic and Hebrew).
- Support for non-string items in
table_data
like integers.
Changed
- Refactored again, but this time entire project including tests.
Removed
padded_table_data
property andjoin_row()
. Moving away from repeated string joining/splitting.
Fixed