腾讯云Python Sdk 插件
Project description
tencentcloud-sdk-python-ext
腾讯云Python Sdk 插件,包含以下功能的的扩展
安装方式
pip install tencentcloud-sdk-python-ext
凭证管理
通过本地文件配置Profile的方式配置多种认证方式
- 配置多个ak/sk
- 通过role的方式,配置多个role,role的载体包含以下几种方式
- ak/sk,载体为ak/sk
- cvm_metadata,载体为虚机角色
- lambda,载体为云函数的角色
本地配置的默认路径为~/.tencentcloud/credentials, 详情请查看配置文件demo(重要)
from tcc_ext.credentials import ProfileCredential
credential = ProfileCredential("test")
云函数角色权限认证
from tcc_ext.credentials import LambdaCredential
credential = LambdaCredential()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tencentcloud_sdk_python_ext-0.1.4.tar.gz.
File metadata
- Download URL: tencentcloud_sdk_python_ext-0.1.4.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e8d5e20d934e6504c5870992a9d00edc970602acc2961582eb2fd5752e75c26
|
|
| MD5 |
5b535d52b37ed0f088d596e5c8c40eac
|
|
| BLAKE2b-256 |
f10e630d523dfcfc38047fbeb6fed4394e244b75753255134f7fefb2d871ca32
|
File details
Details for the file tencentcloud_sdk_python_ext-0.1.4-py3-none-any.whl.
File metadata
- Download URL: tencentcloud_sdk_python_ext-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44adc1d5f9d63acd6ef6dde2a1533c33781b98d4cab0fb14412becf1fb73e1ba
|
|
| MD5 |
d6797cf6b0e9a027dceb6708737f584d
|
|
| BLAKE2b-256 |
afc758f46a842913229f487e672bcd11cfae4ca3984bb41f4a707397cc1850bc
|