LICENSE.md
MANIFEST.in
Makefile
README.md
pylintrc
setup.py
tox.ini
.tox/py/lib/python3.4/site-packages/tabulator/VERSION
tabulator/VERSION
tabulator/__init__.py
tabulator/errors.py
tabulator/helpers.py
tabulator/iterator.py
tabulator/row.py
tabulator/table.py
tabulator/topen.py
tabulator.egg-info/PKG-INFO
tabulator.egg-info/SOURCES.txt
tabulator.egg-info/dependency_links.txt
tabulator.egg-info/not-zip-safe
tabulator.egg-info/requires.txt
tabulator.egg-info/top_level.txt
tabulator/loaders/__init__.py
tabulator/loaders/api.py
tabulator/loaders/file.py
tabulator/loaders/stream.py
tabulator/loaders/text.py
tabulator/loaders/web.py
tabulator/parsers/__init__.py
tabulator/parsers/api.py
tabulator/parsers/csv.py
tabulator/parsers/excel.py
tabulator/parsers/excelx.py
tabulator/parsers/json.py
tabulator/processors/__init__.py
tabulator/processors/api.py
tabulator/processors/headers.py
tabulator/processors/schema.py
tabulator/processors/strict.py
tests/module/__init__.py
tests/module/test_errors.py
tests/module/test_helpers.py
tests/module/test_iterator.py
tests/module/test_row.py
tests/module/test_table.py
tests/module/test_topen.py
tests/module/loaders/__init__.py
tests/module/loaders/test_file.py
tests/module/loaders/test_text.py
tests/module/loaders/test_web.py
tests/module/parsers/__init__.py
tests/module/parsers/test_csv.py
tests/module/parsers/test_excel.py
tests/module/parsers/test_excelx.py
tests/module/parsers/test_json.py
tests/module/processors/__init__.py
tests/module/processors/test_headers.py
tests/module/processors/test_schema.py
tests/module/processors/test_strict.py
tests/system/__init__.py
tests/system/test_topen.py