LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
e6data_python_connector/__init__.py
e6data_python_connector/aio.py
e6data_python_connector/async_cluster_manager.py
e6data_python_connector/async_connection.py
e6data_python_connector/async_connection_pool.py
e6data_python_connector/async_cursor.py
e6data_python_connector/async_dialect.py
e6data_python_connector/async_oauth.py
e6data_python_connector/async_work.py
e6data_python_connector/cluster_manager.py
e6data_python_connector/common.py
e6data_python_connector/connection_pool.py
e6data_python_connector/constants.py
e6data_python_connector/datainputstream.py
e6data_python_connector/date_time_utils.py
e6data_python_connector/dialect.py
e6data_python_connector/e6data_grpc.py
e6data_python_connector/exceptions.py
e6data_python_connector/oauth.py
e6data_python_connector/oauth_cache.py
e6data_python_connector/oauth_common.py
e6data_python_connector/strategy.py
e6data_python_connector/typeId.py
e6data_python_connector.egg-info/PKG-INFO
e6data_python_connector.egg-info/SOURCES.txt
e6data_python_connector.egg-info/dependency_links.txt
e6data_python_connector.egg-info/entry_points.txt
e6data_python_connector.egg-info/requires.txt
e6data_python_connector.egg-info/top_level.txt
e6data_python_connector/cluster_server/__init__.py
e6data_python_connector/cluster_server/cluster_pb2.py
e6data_python_connector/cluster_server/cluster_pb2_grpc.py
e6data_python_connector/e6x_vector/__init__.py
e6data_python_connector/e6x_vector/constants.py
e6data_python_connector/e6x_vector/ttypes.py
e6data_python_connector/server/QueryEngineService.py
e6data_python_connector/server/__init__.py
e6data_python_connector/server/constants.py
e6data_python_connector/server/e6x_engine_pb2.py
e6data_python_connector/server/e6x_engine_pb2.pyi
e6data_python_connector/server/e6x_engine_pb2_grpc.py
e6data_python_connector/server/ttypes.py
test/__init__.py
test/analyze_38_nines.py
test/analyze_all_cases.py
test/analyze_binary.py
test/analyze_correct_value.py
test/analyze_fields.py
test/check_decimal_errors.py
test/cleanup_test_files.py
test/conftest.py
test/debug_38_nines.py
test/debug_binary.py
test/final_test.py
test/move_tests.py
test/quick_test.py
test/test_38_nines.py
test/test_all_decimal128_cases.py
test/test_cluster_manager_efficiency.py
test/test_cluster_manager_none_strategy.py
test/test_cluster_manager_oauth.py
test/test_cluster_manager_strategy.py
test/test_code_optimizations.py
test/test_comprehensive.py
test/test_connection_pool.py
test/test_connection_pool_e2e.py
test/test_current_implementation.py
test/test_decimal128_binary_parsing.py
test/test_decimal128_parsing.py
test/test_dialect_columns.py
test/test_fix.py
test/test_improved_parsing.py
test/test_known_case.py
test/test_manual_analysis.py
test/test_mock_server.py
test/test_multiprocessing_fix.py
test/test_new_implementation.py
test/test_oauth_authentication.py
test/test_oauth_auto_resume.py
test/test_oauth_resume_integration.py
test/test_pool_concurrency_simple.py
test/test_pool_threading_multiprocessing.py
test/test_simple_connection_pool.py
test/test_specific_binary.py
test/test_strategy.py
test/test_strategy_logic.py
test/test_strategy_persistence_fix.py
test/test_strategy_sharing_fix.py
test/test_user_binary_value.py
test/tests.py
test/tests_grpc.py
test/validate_decimal128.py
test/validate_implementation.py
test/verify_decimal_fix.py
test/integration/__init__.py
test/integration/benchmark_preflight.py
test/integration/benchmark_sync_async.py
test/integration/expiry_preflight.py
test/integration/support.py
test/integration/test_async_connection.py
test/integration/test_async_pool.py
test/integration/test_async_queries.py
test/integration/test_async_resume.py
test/integration/test_async_sqlalchemy.py
test/integration/test_async_token_lifecycle.py
test/integration/test_e2e_auth_boundary.py
test/integration/test_e2e_oauth_continuation.py
test/integration/test_e2e_readonly_matrix.py
test/integration/test_shared_token_issuance.py
test/integration/test_sync_oauth_lifecycle.py
test/integration/token_observation.py