prettytable
prettytable copied to clipboard
Automatically exported from code.google.com/p/prettytable
``` What steps will reproduce the problem? 1. Download the package from https://prettytable.googlecode.com/files/prettytable-0.7.2.tar.gz 2. Extract and notice the permission for all files, especially the ones under prettytable.egg-info directory 3. They...
``` What steps will reproduce the problem? 1. Set header field to left table.align["xyz"] = "l" 2. Wrap header field with ansi colors table.header(['\033[34mxyz\033[0m']) 3. Print table What is the...
``` What steps will reproduce the problem? 1. pipe = subprocess.os.popen('lp','w') 2. pipe.write(table.get_string()) 3. pipe.close() What is the expected output? What do you see instead? Headers appear on first page...
``` Hi, this is a request for an enhancement. I would like to be able to print these two kind of tables, but as far as I understand this is...