Calling Tencent Cloud API in a easier way
Project description
kumori - 更自由地调用腾讯云API
腾讯云的python sdk又长又臭,而且更新还不及时,用着不是很巴适,所以包装了一下腾讯云的API的调用方式。
Usage
import os
from kumori.qcloud import User
# 创建一个用户
user = User(os.getenv('QCLOUD_SID'), os.getenv('QCLOUD_SKEY'), 'ap-guangzhou')
# 调用 API
resp = user.cvm.DescribeInstances(Limit=20, Offset=0)
print(resp)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kumori-0.0.3.tar.gz
(15.9 kB
view details)
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
kumori-0.0.3-py3-none-any.whl
(16.5 kB
view details)
File details
Details for the file kumori-0.0.3.tar.gz.
File metadata
- Download URL: kumori-0.0.3.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c3a9e93f79eff486978e3bc2447d3a04e1619591a703e86e40c47c94ec267b9
|
|
| MD5 |
b63adc8e78d4c45fe00c06f21cf0a778
|
|
| BLAKE2b-256 |
5cfc4e0001b9136e9699797b82261ca934cb248d2357ca07848185a474b70a28
|
File details
Details for the file kumori-0.0.3-py3-none-any.whl.
File metadata
- Download URL: kumori-0.0.3-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08376e433c93bd90c07c1ba12c6eb93f2db01afb1e82314ba25ad9c0762bfb13
|
|
| MD5 |
c75bb0bca4458b1ad1093e47c6568a71
|
|
| BLAKE2b-256 |
0496017e9da347377543e4a410e0ef6ca1b1f76cee855ad77548bd9c771d02c0
|