python-texttable
python-texttable copied to clipboard
For easy printing of ascii tables within python
I very much like this module, but I was hoping to use either code page 437 (standard for Windows command shell) or the Unicode equivalent for box drawing. Example code:...
It seems that 0.8.1 (currently on pypi) doesn't support python 3, but the master branch seems to be just fine. Publish please?
ActivePython 2.7.2.5 (ActiveState Software Inc.) based on Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information....
Right now the alignment of the header row is hardcoded: ``` if isheader: align = "c" ```
I really love this little piece. It is very neat. But it would be even greater if a markdown flavor could be supported so that I can copy/paste tables anywhere...