{"library":"qstash","title":"Upstash QStash Python SDK","description":"Python SDK for Upstash QStash, a message queue and workflow orchestration service for serverless applications. v3.4.0 removes deprecated LLMs support and adds new QStash features. Regular releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install qstash"],"cli":null},"imports":["from qstash import QStashClient","from qstash import QStashAsyncClient"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom qstash import QStashClient\n\nclient = QStashClient(token=os.environ.get('QSTASH_TOKEN', ''))\nresponse = client.publish(url=\"https://example.com/api\", body=\"Hello, QStash!\")\nprint(response)","lang":"python","description":"Initialize client with your QStash token (from Upstash console) and publish a message.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}