summaryrefslogtreecommitdiff
path: root/cmd2/table_creator.py
Commit message (Expand)AuthorAgeFilesLines
* Added more validation to TableCreatorKevin Van Brunt2021-01-291-0/+4
* Fixed width calculation when table column headers had tabsKevin Van Brunt2021-01-281-17/+27
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-7/+23
* Adding explicit python 3.5.3 test to nox, travis.Eric Lin2020-08-101-1/+10
* Added 'no cover' for code block which cannot be tested in our unit testsKevin Van Brunt2020-08-031-1/+1
* Added PyCharm warning suppressionsTodd Leonhardt2020-07-131-0/+2
* small simplificationTodd Leonhardt2020-07-131-2/+1
* slight cleanupTodd Leonhardt2020-07-131-2/+2
* Address fact that typing.Deque wasn't defined prior to 3.5.4Todd Leonhardt2020-07-131-1/+9
* Simplied table divider code for ease of readingKevin Van Brunt2020-06-011-3/+5
* Changed how SimpleTable creates divider when divider_char is wide. It no long...Kevin Van Brunt2020-06-011-29/+43
* Changed SimpleTable.base_width() to a class method and added equivalent metho...Kevin Van Brunt2020-05-281-10/+30
* Updated argparse_completer to use TableCreator for the hint tableKevin Van Brunt2020-05-281-11/+51
* Updating documentation for table creationKevin Van Brunt2020-04-221-3/+5
* Updated docsKevin Van Brunt2020-04-221-3/+5
* Updated docstrings to work with sphinxKevin Van Brunt2020-04-201-10/+12
* Added configurable padding to BorderedTable/AlternatingTableKevin Van Brunt2020-04-191-53/+104
* Initial commit of table creation APIKevin Van Brunt2020-04-091-0/+748