{"id":27507,"library":"utf-queue-client","title":"UTF Queue Client","description":"A Python client for interacting with UTF (Unified Task Framework) queues. Version 1.21.6, actively maintained. Provides async and sync interfaces for queue operations like produce, consume, and manage messages. Releases occur frequently.","status":"active","version":"1.21.6","language":"python","source_language":"en","source_url":"https://github.com/utf/utf-queue-client","tags":["queue","tasks","client","async","utf"],"install":[{"cmd":"pip install utf-queue-client","lang":"bash","label":"install"}],"dependencies":[],"imports":[{"wrong":"from utf_queue_client import UTFQueueClient","symbol":"UTFQueueClient","correct":"from utf_queue_client import UTFQueueClient"}],"quickstart":{"code":"import os\nfrom utf_queue_client import UTFQueueClient\n\nclient = UTFQueueClient(\n    endpoint=os.environ.get('UTF_ENDPOINT', 'http://localhost:8080'),\n    token=os.environ.get('UTF_TOKEN', '')\n)\n# Push a message\nclient.push('my-queue', {'data': 'hello'})\n# Pop a message\nmsg = client.pop('my-queue')\nprint(msg)","lang":"python","description":"Basic sync usage: connect to queue, push and pop a message."},"warnings":[{"fix":"Set serializer='pickle' explicitly when creating client to restore old behavior, or adapt data to be JSON-serializable.","message":"In version 1.20+, the default serialization changed from pickle to JSON. If you previously used pickle with complex objects, you must now implement custom serializers.","severity":"breaking","affected_versions":">=1.20.0"},{"fix":"Use `api_key=...` instead of `token=...`.","message":"The 'token' parameter is deprecated in favor of 'api_key' as of v1.19. The 'token' parameter still works but will be removed in v2.0.","severity":"deprecated","affected_versions":">=1.19.0, <2.0.0"},{"fix":"Always await client.connect() after instantiation before push/pop.","message":"When using async client, you must call `await client.connect()` explicitly before operations. Many users skip this and get 'Connection not established' errors.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'1.21.6':16 'activ':17 'async':20,39 'client':3,6,38 'consum':29 'framework':13 'frequent':35 'interact':8 'interfac':23 'like':27 'maintain':18 'manag':31 'messag':32 'occur':34 'oper':26 'produc':28 'provid':19 'python':5 'queue':2,14,25,36 'releas':33 'sync':22 'task':12,37 'unifi':11 'utf':1,10,40 'version':15","created_at":"2026-05-01T17:46:37.136248+00:00","updated_at":"2026-05-01T17:46:37.136248+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\nImportError: cannot import name 'UTFQueueClient' from 'utf_queue_client' (/tmp/tmp7nd4isbs/venv/lib/python3.12/site-packages/utf_queue_client/__init__.py)"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"utf-queue-client","cli_version":"sh: 1: utf-queue-client: not found","type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/utf-queue-client/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["workflow","http-networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}