tencentcloud-sdk-python
Tencent Cloud SDK for Python
What it is and what it does
This is the official Python SDK published by Tencent Cloud for programmatic access to their cloud services. It wraps HTTP calls to Tencent Cloud APIs and provides Python objects and methods that correspond to services like CVM and CBS. The SDK depends only on requests and supports Python 2.7 and 3.7 through 3.12, making it straightforward to add to most Python projects.
Developers use it to automate cloud resource management—launching instances, managing storage, querying service state—from within Python applications. The SDK is actively maintained (last release 1 day old) and carries no known security vulnerabilities. It is licensed under Apache License 2.0, permitting commercial use.
Use it for:
- Automate provisioning and teardown of cloud instances and storage volumes in deployment pipelines.
- Query and monitor Tencent Cloud resources from Python monitoring or admin tools.
- Build orchestration tools that manage Tencent Cloud resources from Python applications.
- Integrate Tencent Cloud service calls into data processing or workflow automation.
- Write integration tests that provision temporary cloud resources and verify application behavior.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Official SDK for accessing Tencent Cloud services from Python applications via HTTP requests.
Yes, if you need to integrate Tencent Cloud services into a Python application. The SDK is officially maintained, has no known vulnerabilities, carries a permissive license, and installs with minimal friction. It is the standard way to access Tencent Cloud APIs from Python.
Install
tencentcloud-sdk-python on PyPI
pip
pip install tencentcloud-sdk-pythonuv
uv add tencentcloud-sdk-pythonpoetry
poetry add tencentcloud-sdk-pythonInstalling tencentcloud-sdk-python
Before you install
Low install friction with a single lightweight dependency (requests). Active maintenance with a release 1 day old and recent commits; the project has 708 stars and is marked Production/Stable.
License in practice
Apache License 2.0 (permissive) allows commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install tencentcloud-sdk-python
from tencentcloud.cvm import cvm_client
client = cvm_client.CvmClient(credential, region)
resp = client.DescribeInstances(req)
Requires Tencent Cloud credentials (SecretId and SecretKey) configured before use.
Verify before relying
- Which specific Tencent Cloud service APIs are covered in version 3.1.156.
- Performance characteristics and rate-limiting behavior for concurrent requests.
- Practical support status for Python 2.7 given its end-of-life.
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — requests |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 604,955/month — #5,801 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: tencentcloud_sdk_python-3.1.156-py2.py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
tencentcloud-sdk-python-commonProvides Python bindings and common utilities…
permissive · top 5,000 on PyPI
tencentcloud-sdk-python-wsaProvides Python bindings to interact with…
permissive · top 15,000 on PyPI
tccliCommand-line interface for managing Tencent…
permissive · top 15,000 on PyPI
cos-python-sdk-v5Python SDK for Tencent Cloud's COS (Cloud…
permissive · top 5,000 on PyPI
splunk-sdkProvides a Python client library for…
permissive · top 5,000 on PyPI
coscmdCOSCMD is a command-line tool for managing…
permissive · top 15,000 on PyPI
aws-cdk.aws-cloudformationDefines AWS CloudFormation resources…
permissive · top 15,000 on PyPI
aws-cdk.assetsProvides Python bindings for AWS CDK asset…
permissive · top 15,000 on PyPI
boto3Boto3 is the official AWS SDK for Python,…
permissive · top 100 on PyPI
aws-cdk.coreProvides the core construct classes and stack…
permissive · top 15,000 on PyPI