Skip to content
Mike Robinson edited this page Feb 19, 2017 · 1 revision

Welcome to the PyTablePrint wiki!

Python library to print an array of dictionaries as a formatted table.

Tested with python versions 2.7.10 and 3.5.2 and pep8 version 1.7.0.

Files:

   TablePrint.py     - library file with TablePrintHeader and TablePrint classes.
   TestTablePrint.py - unittests for the utility.
   TablePrintTest.py - test examples for library.

TablePrint Classes

TablePrint
   TODO:

TablePrintHeader
   TODO:

Examples:

Code:
   TODO:

Output:
   TODO:
Clone this wiki locally