File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
tableformatter: tabular data formatter
2
2
======================================
3
+ [ ![ Build status] ( https://api.travis-ci.com/python-tableformatter/tableformatter.svg?branch=master )] ( https://travis-ci.com/python-tableformatter/tableformatter )
4
+ [ ![ codecov] ( https://codecov.io/gh/python-tableformatter/tableformatter/branch/master/graph/badge.svg )] ( https://codecov.io/gh/python-tableformatter/tableformatter )
5
+
3
6
tableformatter is a tabular data formatter allowing printing from both arbitrary tuples of strings or object inspection.
4
7
It converts your data into a string form suitable for pretty-printing as a table. The goal is to make it quick and easy
5
8
for developers to display tabular data in an aesthetically pleasing fashion. It provides a simple public API, but allows
You can’t perform that action at this time.
0 commit comments