Skip to content

Commit e0829f0

Browse files
committed
Minor tweak to README to highlight what is novel about tableformatter
Mostly just curious to see if the Travis CI integration is working
1 parent 7f404db commit e0829f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ It converts your data into a string form suitable for pretty-printing as a table
55
for developers to display tabular data in an aesthetically pleasing fashion. It provides a simple public API, but allows
66
fine-grained control over almost every aspect of how the data is formatted.
77

8+
Many other modules for formatting tabular data require the developer to create a transition layer to convert their
9+
objects/data into a structure the formatter can consume. One relatively novel aspect of tableformatter is the ability to directly
10+
receive arbitrary Python objects.
11+
812
Main Features
913
-------------
1014
- Easy to display simple tables with just one function call when you don't need the fine-grained control

0 commit comments

Comments
 (0)