.gitignore
CLAUDE.md
EXAMPLES.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
.github/workflows/release.yml
.github/workflows/test.yml
cdata_connect/LICENSE
cdata_connect/README.md
cdata_connect/__init__.py
cdata_connect/_version.py
cdata_connect/connection.py
cdata_connect/cursor.py
cdata_connect/exceptions.py
cdata_connect/log.py
cdata_connect/version.py
cdata_connect.egg-info/PKG-INFO
cdata_connect.egg-info/SOURCES.txt
cdata_connect.egg-info/dependency_links.txt
cdata_connect.egg-info/requires.txt
cdata_connect.egg-info/top_level.txt
cdata_connect/util/__init__.py
cdata_connect/util/types.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_dbapi20_compliance.py
tests/integration/test_error_scenarios.py
tests/integration/test_favicon.py
tests/integration/test_query_operations.py
tests/integration/test_stored_procedures.py
tests/integration/test_streaming.py
tests/integration/test_timeout_and_delays.py
tests/integration_live/__init__.py
tests/integration_live/conftest.py
tests/integration_live/helpers.py
tests/integration_live/test_delete.py
tests/integration_live/test_insert.py
tests/integration_live/test_select.py
tests/integration_live/test_stored_procedures.py
tests/integration_live/test_update.py
tests/performance/README.md
tests/performance/__init__.py
tests/performance/conftest.py
tests/performance/test_concurrency.py
tests/performance/test_soak.py
tests/performance/test_streaming.py
tests/performance/test_throughput.py
tests/performance/test_timeout_behavior.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_connection.py
tests/unit/test_cursor.py
tests/unit/test_exceptions.py
tests/unit/test_module.py
tests/unit/test_types.py