AUTHORS
CHANGELOG
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
release.py
requirements-dev.txt
setup.cfg
setup.py
tasks.py
tox.ini
cli_helpers/__init__.py
cli_helpers/compat.py
cli_helpers/config.py
cli_helpers/utils.py
cli_helpers.egg-info/PKG-INFO
cli_helpers.egg-info/SOURCES.txt
cli_helpers.egg-info/dependency_links.txt
cli_helpers.egg-info/requires.txt
cli_helpers.egg-info/top_level.txt
cli_helpers/tabular_output/__init__.py
cli_helpers/tabular_output/delimited_output_adapter.py
cli_helpers/tabular_output/output_formatter.py
cli_helpers/tabular_output/preprocessors.py
cli_helpers/tabular_output/tabulate_adapter.py
cli_helpers/tabular_output/tsv_output_adapter.py
cli_helpers/tabular_output/vertical_table_adapter.py
docs/Makefile
docs/source/api.rst
docs/source/authors.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/license.rst
docs/source/quickstart.rst
tests/__init__.py
tests/compat.py
tests/test_cli_helpers.py
tests/test_config.py
tests/test_utils.py
tests/utils.py
tests/config_data/configrc
tests/config_data/configspecrc
tests/config_data/invalid_configrc
tests/config_data/invalid_configspecrc
tests/tabular_output/__init__.py
tests/tabular_output/test_delimited_output_adapter.py
tests/tabular_output/test_output_formatter.py
tests/tabular_output/test_preprocessors.py
tests/tabular_output/test_tabulate_adapter.py
tests/tabular_output/test_tsv_output_adapter.py
tests/tabular_output/test_vertical_table_adapter.py