.appveyor.yml
.coveragerc
.gitignore
.travis.yml
CHANGELOG.md
LICENSE
MANIFEST.in
Pipfile
README.md
azure-pipelines.yml
py.typed
setup.cfg
setup.py
tableformatter.py
tasks.py
tf.png
tox.ini
examples/.gitignore
examples/cmd2_tables.py
examples/color.py
examples/columns.py
examples/data_types.py
examples/formatters.py
examples/rows.py
examples/simple_dict.py
examples/simple_object.py
examples/simple_text.py
examples/write_table.py
tableformatter.egg-info/PKG-INFO
tableformatter.egg-info/SOURCES.txt
tableformatter.egg-info/dependency_links.txt
tableformatter.egg-info/requires.txt
tableformatter.egg-info/top_level.txt
tests/test_columns.py
tests/test_data_types.py
tests/test_formatters.py
tests/test_rows.py
tests/test_simple.py
tests/test_utils.py