LICENSE
MANIFEST.in
README.md
public_readme.md
pyproject.toml
setup.py
canner/__init__.py
canner/client.py
canner/dto.py
canner/exceptions.py
canner/logging.py
canner/query.py
canner/request.py
canner/saved_query.py
canner/utils.py
canner/workspace.py
canner/adapters/__init__.py
canner/adapters/query_reader/__init__.py
canner/adapters/query_reader/api_fetch_reader.py
canner/adapters/query_reader/parquet_reader.py
canner/file/__init__.py
canner/file/csv_wrapper.py
canner/file/file.py
canner/file/image_wrapper.py
canner/file/json_wrapper.py
canner/payloads/__init__.py
canner/payloads/create_sql_query.py
canner/payloads/delete_file.py
canner/payloads/delete_statement.py
canner/payloads/operation_type.py
canner/payloads/sql_query.py
canner/payloads/sql_result_pagination.py
canner_python_client.egg-info/PKG-INFO
canner_python_client.egg-info/SOURCES.txt
canner_python_client.egg-info/dependency_links.txt
canner_python_client.egg-info/requires.txt
canner_python_client.egg-info/top_level.txt
tests/__init__.py
tests/config.py
tests/conftest.py
tests/test_client.py
tests/test_csv_wrapper.py
tests/test_parquet.py
tests/test_query.py
tests/test_utils.py