File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ It converts your data into a string form suitable for pretty-printing as a table
55for developers to display tabular data in an aesthetically pleasing fashion. It provides a simple public API, but allows
66fine-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+
812Main Features
913-------------
1014- Easy to display simple tables with just one function call when you don't need the fine-grained control
You can’t perform that action at this time.
0 commit comments