summaryrefslogtreecommitdiff
path: root/examples/table_creation.py
Commit message (Collapse)AuthorAgeFilesLines
* Add in isort changesTodd Leonhardt2021-01-311-1/+3
|
* Add black for automatic code formatTodd Leonhardt2021-01-311-21/+21
|
* Changed isort to force wrapping of imports to reduce merge conflicts from ↵Eric Lin2021-01-221-4/+15
| | | | minor import changes.
* Updated argparse_completer to use TableCreator for the hint tableKevin Van Brunt2020-05-281-1/+1
|
* Added configurable padding to BorderedTable/AlternatingTableKevin Van Brunt2020-04-191-1/+1
| | | | Updated comments
* Initial commit of table creation APIKevin Van Brunt2020-04-091-0/+77