LICENSE.md
MANIFEST.in
Makefile
README.md
pylama.ini
pytest.ini
setup.cfg
setup.py
tox.ini
tabulator/VERSION
tabulator/__init__.py
tabulator/cli.py
tabulator/config.py
tabulator/exceptions.py
tabulator/helpers.py
tabulator/stream.py
tabulator/topen.py
tabulator.egg-info/PKG-INFO
tabulator.egg-info/SOURCES.txt
tabulator.egg-info/dependency_links.txt
tabulator.egg-info/entry_points.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/gsheet.py
tabulator/parsers/json.py
tabulator/parsers/native.py
tabulator/parsers/ndjson.py
tabulator/parsers/ods.py
tabulator/parsers/tsv.py
tabulator/writers/__init__.py
tabulator/writers/api.py
tabulator/writers/csv.py
tests/loaders/__init__.py
tests/loaders/test_file.py
tests/loaders/test_text.py
tests/loaders/test_web.py
tests/parsers/__init__.py
tests/parsers/test_csv.py
tests/parsers/test_excel.py
tests/parsers/test_excelx.py
tests/parsers/test_json.py
tests/parsers/test_ndjson.py
tests/parsers/test_ods.py
tests/parsers/test_tsv.py