CHANGES.txt
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.rst
README.txt
SECURITY.md
pyproject.toml
setup.py
unittests.py
cpydist/__init__.py
cpydist/bdist.py
cpydist/bdist_wheel.py
cpydist/sdist.py
cpydist/utils.py
docs/INFO_SRC
lib/__init__.py
lib/mysqlx/__init__.py
lib/mysqlx/authentication.py
lib/mysqlx/charsets.py
lib/mysqlx/connection.py
lib/mysqlx/constants.py
lib/mysqlx/crud.py
lib/mysqlx/dbdoc.py
lib/mysqlx/errorcode.py
lib/mysqlx/errors.py
lib/mysqlx/expr.py
lib/mysqlx/helpers.py
lib/mysqlx/logger.py
lib/mysqlx/protocol.py
lib/mysqlx/py.typed
lib/mysqlx/result.py
lib/mysqlx/statement.py
lib/mysqlx/tls_ciphers.py
lib/mysqlx/types.py
lib/mysqlx/utils.py
lib/mysqlx/version.py
lib/mysqlx/locales/__init__.py
lib/mysqlx/locales/eng/__init__.py
lib/mysqlx/locales/eng/client_error.py
lib/mysqlx/protobuf/__init__.py
lib/mysqlx/protobuf/mysqlx_connection_pb2.py
lib/mysqlx/protobuf/mysqlx_crud_pb2.py
lib/mysqlx/protobuf/mysqlx_cursor_pb2.py
lib/mysqlx/protobuf/mysqlx_datatypes_pb2.py
lib/mysqlx/protobuf/mysqlx_expect_pb2.py
lib/mysqlx/protobuf/mysqlx_expr_pb2.py
lib/mysqlx/protobuf/mysqlx_notice_pb2.py
lib/mysqlx/protobuf/mysqlx_pb2.py
lib/mysqlx/protobuf/mysqlx_prepare_pb2.py
lib/mysqlx/protobuf/mysqlx_resultset_pb2.py
lib/mysqlx/protobuf/mysqlx_session_pb2.py
lib/mysqlx/protobuf/mysqlx_sql_pb2.py
lib/mysqlx_connector_python.egg-info/PKG-INFO
lib/mysqlx_connector_python.egg-info/SOURCES.txt
lib/mysqlx_connector_python.egg-info/dependency_links.txt
lib/mysqlx_connector_python.egg-info/requires.txt
lib/mysqlx_connector_python.egg-info/top_level.txt
src/mysqlxpb/mysqlxpb.cc
src/mysqlxpb/python.h
src/mysqlxpb/python_cast.h
src/mysqlxpb/mysqlx/protocol/mysqlx.proto
src/mysqlxpb/mysqlx/protocol/mysqlx_connection.proto
src/mysqlxpb/mysqlx/protocol/mysqlx_crud.proto
src/mysqlxpb/mysqlx/protocol/mysqlx_cursor.proto
src/mysqlxpb/mysqlx/protocol/mysqlx_datatypes.proto
src/mysqlxpb/mysqlx/protocol/mysqlx_expect.proto
src/mysqlxpb/mysqlx/protocol/mysqlx_expr.proto
src/mysqlxpb/mysqlx/protocol/mysqlx_notice.proto
src/mysqlxpb/mysqlx/protocol/mysqlx_prepare.proto
src/mysqlxpb/mysqlx/protocol/mysqlx_resultset.proto
src/mysqlxpb/mysqlx/protocol/mysqlx_session.proto
src/mysqlxpb/mysqlx/protocol/mysqlx_sql.proto
tests/__init__.py
tests/mysqld.py
tests/test_mysqlx_connection.py
tests/test_mysqlx_crud.py
tests/test_mysqlx_errorcode.py
tests/test_mysqlx_errors.py
tests/test_mysqlx_pooling.py
tests/data/ssl/tests_CA_cert.pem
tests/data/ssl/tests_CA_cert_1.pem
tests/data/ssl/tests_CA_key.pem
tests/data/ssl/tests_CA_key_1.pem
tests/data/ssl/tests_client_cert.pem
tests/data/ssl/tests_client_key.pem
tests/data/ssl/tests_expired_server_cert.pem
tests/data/ssl/tests_expired_server_key.pem
tests/data/ssl/tests_server_cert.pem
tests/data/ssl/tests_server_key.pem
tests/qa/__init__.py
tests/qa/test_qa_ciphers.py
tests/qa/test_qa_mysqlx_api_result.py
tests/qa/test_qa_mysqlx_api_transaction.py
tests/qa/test_qa_mysqlx_collection_replace_remove_one.py
tests/qa/test_qa_mysqlx_conn_ipv6.py
tests/qa/test_qa_mysqlx_crud_collection_add.py
tests/qa/test_qa_mysqlx_crud_collection_find.py
tests/qa/test_qa_mysqlx_crud_collection_index.py
tests/qa/test_qa_mysqlx_crud_collection_modify.py
tests/qa/test_qa_mysqlx_crud_collection_remove.py
tests/qa/test_qa_mysqlx_crud_table_delete.py
tests/qa/test_qa_mysqlx_crud_table_insert.py
tests/qa/test_qa_mysqlx_crud_table_select.py
tests/qa/test_qa_mysqlx_crud_table_update.py
tests/qa/test_qa_mysqlx_crud_view.py
tests/qa/test_qa_mysqlx_session_reset.py
tests/qa/test_qa_mysqlx_table_column_metadata.py