LICENSE.md
MANIFEST.in
Makefile
README.md
pylama.ini
pytest.ini
setup.cfg
setup.py
tox.ini
.tox/py/lib/python3.8/site-packages/datapackage/VERSION
.tox/py/lib/python3.8/site-packages/tableschema/VERSION
.tox/py/lib/python3.8/site-packages/tabulator/VERSION
tabulator/VERSION
tabulator/__init__.py
tabulator/__main__.py
tabulator/cli.py
tabulator/config.py
tabulator/exceptions.py
tabulator/helpers.py
tabulator/loader.py
tabulator/parser.py
tabulator/stream.py
tabulator/validate.py
tabulator/writer.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/aws.py
tabulator/loaders/local.py
tabulator/loaders/remote.py
tabulator/loaders/stream.py
tabulator/loaders/text.py
tabulator/parsers/__init__.py
tabulator/parsers/csv.py
tabulator/parsers/datapackage.py
tabulator/parsers/gsheet.py
tabulator/parsers/html.py
tabulator/parsers/inline.py
tabulator/parsers/json.py
tabulator/parsers/ndjson.py
tabulator/parsers/ods.py
tabulator/parsers/sql.py
tabulator/parsers/tsv.py
tabulator/parsers/xls.py
tabulator/parsers/xlsx.py
tabulator/writers/__init__.py
tabulator/writers/csv.py
tabulator/writers/json.py
tabulator/writers/sql.py
tabulator/writers/xlsx.py
tests/formats/__init__.py
tests/formats/test_csv.py
tests/formats/test_datapackage.py
tests/formats/test_gsheet.py
tests/formats/test_html.py
tests/formats/test_inline.py
tests/formats/test_json.py
tests/formats/test_ndjson.py
tests/formats/test_ods.py
tests/formats/test_sql.py
tests/formats/test_tsv.py
tests/formats/test_xls.py
tests/formats/test_xlsx.py
tests/schemes/__init__.py
tests/schemes/test_aws.py
tests/schemes/test_local.py
tests/schemes/test_remote.py
tests/schemes/test_stream.py
tests/schemes/test_text.py