qcloudapi3是为了让Python3开发者能够在自己的代码里更快捷方便的使用腾讯云的API而开发的SDK工具包。
Project description
qcloudapi3是为了让Python3开发者能够在自己的代码里更快捷方便的使用腾讯云的API而开发的Python库。
Example
>>> from qcloudapi3 import QcloudApi
>>> _module = 'wenzhi'
>>> action = 'TextSentiment'
>>> config = {
>>> 'Region': 'gz',
>>> 'secretId': '123',
>>> 'secretKey': '000',
>>> 'method': 'post'
>>> }
>>> params = {
>>> "content": "所有人都很差劲。",
>>> }
>>> service = QcloudApi(_module, config)
>>> print('URL:\n' + service.generateUrl(action, params))
>>> print(service.call(action, params))
URL:
https://wenzhi.api.qcloud.com/v2/index.php
{"code":0,"message":"","codeDesc":"Success","positive":0.048611093312502,"negative":0.95138889551163}
Install
pip install qcloudapi3
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
qcloudapi3-0.3.0.tar.gz
(5.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
File details
Details for the file qcloudapi3-0.3.0.tar.gz.
File metadata
- Download URL: qcloudapi3-0.3.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24f821a14eaf9fdc772422796556f223903a918ad0215d288f9de478f78db982
|
|
| MD5 |
92185452163682aac3fb751463be8e54
|
|
| BLAKE2b-256 |
c15f793fef758ad67aeb2c29ac8f1b3beaf40444688c5d11e4d8617076efcabf
|
File details
Details for the file qcloudapi3-0.3.0-py2.py3-none-any.whl.
File metadata
- Download URL: qcloudapi3-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a5735347491dcd90678de5eeba54d81ffd8dc45faa84b0d13c621c39b1354a3
|
|
| MD5 |
6258585e1041b8add458f2b0789fd40f
|
|
| BLAKE2b-256 |
8a1c87e4fe4835efebd0ae90867e2a266a4c44bcdd7cd12c3d577215912978d3
|