Tencent Cloud Oceanus SDK for Python provides access to Tencent Cloud's Oceanus (real-time computing) services. The current version is 3.1.79, released from a monorepo under the tencentcloud-sdk-python project. It follows the main SDK's release cadence, with frequent minor updates.
pip install tencentcloud-sdk-python-oceanusNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes the Oceanus client and describes clusters.
from tencentcloud.oceanus.v20190422 import oceanus_client, models
Use credential.Credential(secret_id, secret_key) or credential.STSAssumeRoleCredential for temporary keys.
Upgrade to tencentcloud-sdk-python-oceanus and use the new import paths.
Use: from tencentcloud.oceanus.v20190422 import oceanus_client; client = oceanus_client.OceanusClient(...)
Set TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY environment variables, or pass them explicitly to credential.Credential.