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.2.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.2-py3-none-any.whl
(16.5 kB
view details)
File details
Details for the file kumori-0.0.2.tar.gz.
File metadata
- Download URL: kumori-0.0.2.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 |
b16a1a74753825b6383fc55578ed827eb94d9cc312b6ffa87f2323b1e1f9a986
|
|
| MD5 |
a1dc4435a16869fde27176aa0d31f7ec
|
|
| BLAKE2b-256 |
3b0046c368f1ab2042a45ced8f0e5d75bd86a01d1023d170dfe550ffe18c8d86
|
File details
Details for the file kumori-0.0.2-py3-none-any.whl.
File metadata
- Download URL: kumori-0.0.2-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 |
416d16e2e0e1462329bf0473d6fccc0afd18b54b7d56ba537f5a8baabe907ff0
|
|
| MD5 |
ceed48f4d4b3b6fc11e4178cb77f2e40
|
|
| BLAKE2b-256 |
fb36ed15fb877065cbb2590c40634d677a035284d8fbb91ef06129bbd277f840
|