summaryrefslogtreecommitdiff
path: root/prettytable
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25 from wolfhong/masterHEADmasterdevelopKane Blueriver2018-07-301-27/+88
|\ | | | | Support markdown output string and reStructuredText output string
| * rename get_markdown to get_md_string; rename get_rst to get_rst_string;wolfhong2018-07-301-2/+2
| |
| * add method get_markdown for markdown-style table output; add method get_rst ↵wolfhong2018-05-021-27/+88
| | | | | | | | for reStructuredText-style table output
* | Merge pull request #18 from zarnovican/bza_PLAIN_COLUMNS_styleKane Blueriver2018-07-271-1/+1
|\ \ | | | | | | fix import for PLAIN_COLUMNS style
| * | 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
* | Upgrade Python syntax with pyupgradeHugo2018-07-261-3/+3
|/
* fixed tests and indentationsSewci02016-11-121-22/+21
|
* Added <tbody> and <thead> tagsSewci02016-11-111-1/+9
|
* Fix failed testskxxoling2016-07-131-2/+6
|
* padding_width = 0 now works.Sebastian Olsson2016-07-131-1/+4
|
* Now column scaling algorithm more strictly respects "max_table_width" setting.Alexander Artemenko2016-07-131-3/+40
|
* Add markdown source supportKane Blueriver2015-06-073-8/+47
|
* Update long description; add support for unix pipe; update version number;Kane Blueriver2015-05-282-3/+11
|
* Some minor PEP8 fixKane Blueriver2015-05-282-8/+6
|
* Fix str_typeskxxoling2015-05-021-2/+2
|
* Fix relate importkxxoling2015-05-021-3/+3
|
* Update meta datakxxoling2015-05-011-1/+1
|
* Add a simple command line supportkxxoling2015-05-011-0/+16
|
* Move factory funcs to factory.py; specify imports.Kane Blueriver2015-04-303-143/+147
|
* Split prettytable.py to prettytable module; move main test func to test ↵Kane Blueriver2015-04-304-0/+1755
module; little typo fix