Official SDK for accessing Tencent Cloud services from Python, designed for international regions. Version 3.1.91 provides async support, auto-retry, and typed APIs. Released via PyPI with monthly updates.
pip install tencentcloud-sdk-python-intl-enNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a CVM client and describe instances.
Update imports to match v3 structure: `from tencentcloud.cvm.v20170312 import cvm_client, models`.
Install `tencentcloud-sdk-python-intl-en-asyncio` and change imports to `from tencentcloud.cvm.v20170312 import cvm_client as cvm_client_async` from the asyncio module.
Ensure you install `tencentcloud-sdk-python-intl-en` and set endpoints to `*.tencentcloudapi.com` instead of `*.api.qcloud.com`.
Use `from tencentcloud.common import credential` and then `credential.Credential(...)`.
Use `from tencentcloud.cvm.v20170312 import cvm_client` then instantiate `cvm_client.CvmClient()`.
Verify region and endpoint. For international, use `*.tencentcloudapi.com` and check region list.
Install `tencentcloud-sdk-python-intl-en` using pip.
No dependency data recorded yet.