LICENSE
MANIFEST.in
README.md
setup.py
tableconv/__init__.py
tableconv/__main__.py
tableconv/__version__.py
tableconv/core.py
tableconv/exceptions.py
tableconv/in_memory_query.py
tableconv/uri.py
tableconv.egg-info/PKG-INFO
tableconv.egg-info/SOURCES.txt
tableconv.egg-info/dependency_links.txt
tableconv.egg-info/entry_points.txt
tableconv.egg-info/requires.txt
tableconv.egg-info/top_level.txt
tableconv/adapters/__init__.py
tableconv/adapters/df/__init__.py
tableconv/adapters/df/ascii.py
tableconv/adapters/df/aws_athena.py
tableconv/adapters/df/aws_dynamodb.py
tableconv/adapters/df/base.py
tableconv/adapters/df/example.py
tableconv/adapters/df/file_adapter_mixin.py
tableconv/adapters/df/gsheets.py
tableconv/adapters/df/jira.py
tableconv/adapters/df/json.py
tableconv/adapters/df/nested_list.py
tableconv/adapters/df/pandas_io.py
tableconv/adapters/df/python.py
tableconv/adapters/df/rdbms.py
tableconv/adapters/df/smart_sheet.py
tableconv/adapters/df/sql_literal.py
tableconv/adapters/df/sumo_logic.py
tableconv/adapters/df/text_array.py
tableconv/adapters/df/yaml.py