python-texttable

Module for creating simple ASCII tables — python2
  https://github.com/bufordtaylor/python-texttable
  0
  no reviews



Texttable is a module to generate a formatted text table, using ASCII characters. It provides nice human-readable output for arrays when designing a CLI or just output data.

This package contains the Python 2 module.