.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
TODOS.md
pytest.ini
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
csvviz/__init__.py
csvviz/cli.py
csvviz/cli_utils.py
csvviz/exceptions.py
csvviz/settings.py
csvviz.egg-info/PKG-INFO
csvviz.egg-info/SOURCES.txt
csvviz.egg-info/dependency_links.txt
csvviz.egg-info/entry_points.txt
csvviz.egg-info/not-zip-safe
csvviz.egg-info/requires.txt
csvviz.egg-info/top_level.txt
csvviz/cmds/bar.py
csvviz/cmds/info.py
csvviz/utils/datakit.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/csvviz.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/docs/_static/.gitkeep
examples/fruits.csv
examples/sandbox.py
examples/tings.csv
tests/__init__.py
tests/test_cli_viz_abstract.py
tests/test_hello.py
tests/cmds/test_bar.py
tests/fixtures/bar-basic.json
tests/utils/test_datakit.py