Official CLI for Tencent Cloud API services. Version 3.1.88.1. Maintained actively by Tencent Cloud. Follows a monthly release cadence with service updates and bug fixes.
pip install tccliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure credentials from environment variables and call CVM DescribeInstances.
Use `from tccli.services.service_name import ...`
Upgrade Python to 3.7 or later
Always call `configure.set()` at the start of your script or use environment variables.
Set credentials via `configure.set(SecretId='...', SecretKey='...')` or export TENCENT_SECRET_ID and TENCENT_SECRET_KEY environment variables.
Install tccli with `pip install tccli` and use `from tccli.services import ...`