Tencent Cloud Media Processing Service (MPS) Python SDK. Current version 3.1.92. Released as part of the tencentcloud-sdk-python monorepo; follows TencentCloud SDK release cadence (weekly updates).
pip install tencentcloud-sdk-python-mpsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize MpsClient and call DescribeTasks
Update imports to use versioned subpackage: `from tencentcloud.mps.v20190612 import mps_client, models`.
Prefer using environment variables TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY, or use STS token.
Check region availability in Tencent Cloud documentation and ensure it matches your resource location.
Use: from tencentcloud.mps.v20190612 import mps_client
Verify region (e.g., ap-guangzhou) and check that the API action (e.g., DescribeTasks) is available in the MPS documentation.