Skip to main content

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

Author

Yixian Du

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)

Uploaded Source

Built Distribution

qcloudapi3-0.3.0-py2.py3-none-any.whl (10.8 kB view details)

Uploaded Python 2 Python 3

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

Hashes for qcloudapi3-0.3.0.tar.gz
Algorithm Hash digest
SHA256 24f821a14eaf9fdc772422796556f223903a918ad0215d288f9de478f78db982
MD5 92185452163682aac3fb751463be8e54
BLAKE2b-256 c15f793fef758ad67aeb2c29ac8f1b3beaf40444688c5d11e4d8617076efcabf

See more details on using hashes here.

File details

Details for the file qcloudapi3-0.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for qcloudapi3-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2a5735347491dcd90678de5eeba54d81ffd8dc45faa84b0d13c621c39b1354a3
MD5 6258585e1041b8add458f2b0789fd40f
BLAKE2b-256 8a1c87e4fe4835efebd0ae90867e2a266a4c44bcdd7cd12c3d577215912978d3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page