skillfed

tencentcloud-sdk-python-common

Tencent Cloud Common SDK for Python

tencentcloud-sdk-python-common v3.1.156 972.5K downloads/30d#4,606 on PyPI708
Permissive license Apache License 2.0 Active released

What it is and what it does

This is the common foundation package for the Tencent Cloud Python SDK ecosystem. It provides shared utilities, authentication helpers, and base classes that other service-specific SDK packages (for CVM, CBS, and other Tencent Cloud services) depend on. The package itself does not directly interact with cloud services; instead, it supplies the infrastructure that service-specific packages build upon.

The package supports Python 2.7 and 3.x, installs with minimal friction (only requests as a runtime dependency), and is actively maintained by Tencent. It is distributed as a pure Python wheel, making installation straightforward across platforms.

Use it for:

  • Setting up a Python environment to use Tencent Cloud service SDKs by installing the common base package first
  • Accessing shared authentication and request-handling utilities when building integrations with multiple Tencent Cloud services
  • Developing applications that interact with Tencent Cloud infrastructure like CVM instances or CBS volumes

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings and common utilities for accessing Tencent Cloud services like CVM and CBS through the official SDK.

Yes, if you are using Tencent Cloud services from Python. This is the required common foundation for all service-specific Tencent Cloud SDKs. Install friction is low, maintenance is active, and the permissive Apache 2.0 license poses no restrictions. No known vulnerabilities.

Install

tencentcloud-sdk-python-common on PyPI

pip

pip install tencentcloud-sdk-python-common

uv

uv add tencentcloud-sdk-python-common

poetry

poetry add tencentcloud-sdk-python-common

Installing tencentcloud-sdk-python-common

Before you install

Low install friction with a single lightweight dependency (requests). Actively maintained with a recent release and 708 repository stars, indicating ongoing support.

License in practice

Licensed under Apache License 2.0 (permissive), allowing commercial and private use with minimal restrictions.

Quickstart

pip install tencentcloud-sdk-python-common

import tencentcloud_sdk_python_common
# Common utilities available for use with Tencent Cloud service SDKs

Verify before relying

  • Whether this package alone is sufficient or if service-specific SDK packages must be installed separately for actual API calls
  • Current support status for Python 2.7 given its end-of-life status

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 972,488/month — #4,606 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: tencentcloud_sdk_python_common-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.6Programming Language :: Python :: 3.7

Tags

tencent cloud sdk pythontencent cloud api clientcvm cbs python librarytencent cloud services integrationcloud sdk common utilities
cloud-sdktencent-cloud

More Internet packages