{"id":28366,"library":"tencentcloud-sdk-python-tic","title":"Tencent Cloud TIC SDK for Python","description":"Official Tencent Cloud SDK for the TIC (Tencent Infrastructure as Code) service. Version 3.0.1416 provides client classes for managing stacks and versions. Part of the tencentcloud-sdk-python family, updated frequently alongside the service API.","status":"active","version":"3.0.1416","language":"python","source_language":"en","source_url":"https://github.com/TencentCloud/tencentcloud-sdk-python","tags":["tencentcloud","tic","infrastructure-as-code","sdk","cloud"],"install":[{"cmd":"pip install tencentcloud-sdk-python-tic","lang":"bash","label":"Install TIC SDK"}],"dependencies":[{"reason":"Core dependency with credential and HTTP logic","package":"tencentcloud-sdk-python-common","optional":false}],"imports":[{"note":"Hyphenated package names cannot be imported directly; use correct module path","wrong":"import tencentcloud-sdk-python-tic","symbol":"TicClient","correct":"from tencentcloud.tic.v20201117 import tic_client"},{"note":"","wrong":null,"symbol":"models","correct":"from tencentcloud.tic.v20201117 import models"}],"quickstart":{"code":"from tencentcloud.common import credential\nfrom tencentcloud.tic.v20201117 import tic_client, models\n\ncred = credential.Credential(\n    os.environ.get('TENCENTCLOUD_SECRET_ID', ''),\n    os.environ.get('TENCENTCLOUD_SECRET_KEY', '')\n)\nclient = tic_client.TicClient(cred, \"ap-guangzhou\")\nreq = models.DescribeStacksRequest()\nresp = client.DescribeStacks(req)\nprint(resp)","lang":"python","description":"Quickstart: Describe TIC stacks using SDK client."},"warnings":[{"fix":"Check latest API version in official docs; import accordingly.","message":"Import path uses versioned subpackage (v20201117) – verify the API version matches your service region.","severity":"gotcha","affected_versions":"all"},{"fix":"Set TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY, or pass Credential object explicitly.","message":"Credentials must be set via environment variables or Credential object; missing credentials causes authentication failure with vague error.","severity":"gotcha","affected_versions":"all"},{"fix":"Update import path to use dots and remove underscores.","message":"Older SDK used 'tic_v20201117' style imports; now prefer 'tic.v20201117' subpackage without underscore.","severity":"deprecated","affected_versions":"<=3.0.1000"}],"env_vars":null,"search_vec":"'3.0.1416':20 'alongsid':39 'api':42 'class':23 'client':22 'cloud':2,9,50 'code':17,48 'famili':36 'frequent':38 'infrastructur':15,46 'infrastructure-as-cod':45 'manag':25 'offici':7 'part':29 'provid':21 'python':6,35 'sdk':4,10,34,49 'servic':18,41 'stack':26 'tencent':1,8,14 'tencentcloud':33,43 'tencentcloud-sdk-python':32 'tic':3,13,44 'updat':37 'version':19,28","created_at":"2026-05-09T05:55:08.358359+00:00","updated_at":"2026-05-09T05:55:08.358359+00:00","problems":[{"fix":"Use correct module path: from tencentcloud.tic.v20201117 import tic_client","cause":"Trying to import the distribution name directly","error":"ModuleNotFoundError: No module named 'tencentcloud-sdk-python-tic'"},{"fix":"Install the correct version: pip install tencentcloud-sdk-python-tic==3.0.1416, then import from tencentcloud.tic.v20201117.","cause":"Wrong API version or missing subpackage","error":"AttributeError: module 'tencentcloud.tic' has no attribute 'v20201117'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":"https://cloud.tencent.com","github":"https://github.com/TencentCloud/tencentcloud-sdk-python","docs":null,"changelog":null,"pypi":"https://pypi.org/project/tencentcloud-sdk-python-tic/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["aws"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-06-29","last_verified":"2026-06-29","next_check":"2026-07-29","install_tag":null}}