summaryrefslogtreecommitdiff
path: root/prettytable/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Added PLAIN_COLUMNS to top namespaceBrano Zarnovican2017-09-291-1/+1
| | | | | | | | | Example from documentation works only for MSWORD_FRIENDLY style > from prettytable import MSWORD_FRIENDLY # works > from prettytable import PLAIN_COLUMNS # broken This commit fixes import for PLAIN_COLUMNS style
* Update long description; add support for unix pipe; update version number;Kane Blueriver2015-05-281-3/+3
|
* Update meta datakxxoling2015-05-011-1/+1
|
* Move factory funcs to factory.py; specify imports.Kane Blueriver2015-04-301-1/+3
|
* Split prettytable.py to prettytable module; move main test func to test ↵Kane Blueriver2015-04-301-0/+35
module; little typo fix