skillfed

tencentcloud-sdk-python

Tencent Cloud SDK for Python

tencentcloud-sdk-python v3.1.156 605.0K downloads/30d#5,801 on PyPI708
Permissive license Apache License 2.0 Active released

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-python

uv

uv add tencentcloud-sdk-python

poetry

poetry add tencentcloud-sdk-python

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: PythonProgramming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

tencent cloud sdk pythontencent cloud api clienttencent cloud services integrationcloud resource management pythontencent cloud python library
cloud-sdktencent-cloud

More Internet packages