summaryrefslogtreecommitdiff
path: root/examples/table_display.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing some examplesKevin Van Brunt2019-07-041-2/+3
* Simplified ansi color dictionaries and lookup methodsTodd Leonhardt2019-06-271-1/+2
* Refactor exit_code implementationTodd Leonhardt2019-05-201-1/+2
* Fix flake8 issuesTodd Leonhardt2018-12-061-4/+4
* Added documentation stating that parsers passed to argparse decorators need t...Todd Leonhardt2018-10-061-9/+17
* Removed remaining type hints in docstringsKevin Van Brunt2018-09-211-2/+2
* Rows with very high population density now have foreground text color set to redTodd Leonhardt2018-06-281-10/+28
* Made table more readable when colored module is installedTodd Leonhardt2018-06-271-1/+1
* Deleted unused constant for DEFAULT_GRIDTodd Leonhardt2018-06-271-19/+19
* table and object_table commands now accept argparse arguments for formatting ...Todd Leonhardt2018-06-271-20/+28
* Fixed table width for MumbaiTodd Leonhardt2018-06-271-2/+1
* Added city names in their native tongue in parentheses to demonstrate unicode...Todd Leonhardt2018-06-261-17/+12
* Updating the example with unicode characters as well as demonstrating the sam...Eric Lin2018-06-261-21/+86
* table_display.py example now uses tableformatter instead of tabulateTodd Leonhardt2018-06-261-17/+60
* Standardize cmd2 imports in tests and exampleskotfu2018-05-231-1/+1
* Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-1/+1
* Started removing dependency on sixTodd Leonhardt2018-04-151-1/+1
* Added table_display.pyTodd Leonhardt2018-03-141-0/+64