/cmq-python-sdk

TCMQ Python SDK

Primary LanguagePython

Tencent TDMQ-CMQ Python2 SDK

Manage API: https://cloud.tencent.com/document/product/1496/62819

Data Flow API: https://cloud.tencent.com/document/product/1496/61039

Only support these data flow actions:

  • Queue

    • QueryQueueRoute
    • SendMessage
    • BatchSendMessage
    • ReceiveMessage
    • BatchReceiveMessage
    • DeleteMessage
    • BatchDeleteMessage
  • Topic

    • QueryTopicRoute
    • PublishMessage
    • BatchPublishMessage

Install by pip:

# https://pypi.org/project/qcloud-cmq-sdk/
pip install qcloud-cmq-sdk

Install from source:

python2 setup.py install

Example:

Python3 SDK:

https://github.com/tencentyun/cmq-python-sdk/tree/python3