MANIFEST.in
README.rst
setup.cfg
setup.py
pantable/__init__.py
pantable/pantable.py
pantable/pantable2csv.py
pantable/version.py
pantable.egg-info/PKG-INFO
pantable.egg-info/SOURCES.txt
pantable.egg-info/dependency_links.txt
pantable.egg-info/entry_points.txt
pantable.egg-info/requires.txt
pantable.egg-info/top_level.txt
tests/pantable/__init__.py
tests/pantable/context.py
tests/pantable/test_auto_width.py
tests/pantable/test_convert2table.py
tests/pantable/test_csv_to_grid_tables.py
tests/pantable/test_csv_to_pipe_tables.py
tests/pantable/test_get_table_width.py
tests/pantable/test_get_width.py
tests/pantable/test_parse_alignment.py
tests/pantable/test_parse_table_list.py
tests/pantable/test_read_data.py
tests/pantable/test_regularize_table_list.py
tests/pantable2csv/__init__.py
tests/pantable2csv/context.py
tests/pantable2csv/test_table2csv.py