We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f404db commit e0829f0Copy full SHA for e0829f0
1 file changed
README.md
@@ -5,6 +5,10 @@ It converts your data into a string form suitable for pretty-printing as a table
5
for developers to display tabular data in an aesthetically pleasing fashion. It provides a simple public API, but allows
6
fine-grained control over almost every aspect of how the data is formatted.
7
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
+
12
Main Features
13
-------------
14
- Easy to display simple tables with just one function call when you don't need the fine-grained control
0 commit comments