Official Tencent Cloud SDK for managing Tag (Resource Tagging) services. Supports listing tags, creating/updating/deleting tag-key and tag-value pairs, and managing resource tags. Current version is 3.1.53, released Jan 2025. Follows monthly release cadence with the broader tencentcloud-sdk-python.
pip install tencentcloud-sdk-python-tagNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client and list tags.
Import Credential from tencentcloud.common.credential and instantiate with secret_id and secret_key.
Use `from tencentcloud.tag.v20180813 import tag_client` and then `tag_client.TagClient(...)`.
Import models: `from tencentcloud.tag.v20180813 import models`, then create requests with `req = models.DescribeTagsRequest()`.
Run `pip install tencentcloud-sdk-python-common` or `pip install tencentcloud-sdk-python-tag` which pulls it automatically.
Use `from tencentcloud.tag.v20180813 import tag_client` and then `tag_client.TagClient(...)`.