{"id":20111239,"url":"https://github.com/openstack/python-zaqarclient","last_synced_at":"2025-08-21T00:31:43.089Z","repository":{"id":10614360,"uuid":"12833305","full_name":"openstack/python-zaqarclient","owner":"openstack","description":"OpenStack Messaging (Zaqar) Client. Mirror of code maintained at opendev.org.","archived":false,"fork":false,"pushed_at":"2025-07-02T18:54:22.000Z","size":950,"stargazers_count":44,"open_issues_count":0,"forks_count":11,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-07-05T10:51:55.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opendev.org/openstack/python-zaqarclient","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openstack.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-09-14T17:41:39.000Z","updated_at":"2025-07-02T18:54:26.000Z","dependencies_parsed_at":"2024-01-09T07:47:17.719Z","dependency_job_id":"e51c773d-14e5-46ba-8347-65877c8b0984","html_url":"https://github.com/openstack/python-zaqarclient","commit_stats":null,"previous_names":["openstack/python-marconiclient"],"tags_count":73,"template":false,"template_full_name":null,"purl":"pkg:github/openstack/python-zaqarclient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-zaqarclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-zaqarclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-zaqarclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-zaqarclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstack","download_url":"https://codeload.github.com/openstack/python-zaqarclient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-zaqarclient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271409397,"owners_count":24754706,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T18:14:59.504Z","updated_at":"2025-08-21T00:31:43.084Z","avatar_url":"https://github.com/openstack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"========================\nTeam and repository tags\n========================\n\n.. image:: http://governance.openstack.org/tc/badges/python-zaqarclient.svg\n    :target: http://governance.openstack.org/tc/reference/tags/index.html\n\n.. Change things from this point on\n\nPython Zaqar Client\n===================\n\n.. image:: https://img.shields.io/pypi/v/python-zaqarclient.svg\n    :target: https://pypi.org/project/python-zaqarclient/\n    :alt: Latest Version\n\n:Wiki: `Zaqar Wiki`_\n:Launchpad: `Zaqar Launchpad`_\n:Review: `Code Review`_\n:Design: `Client Wiki`_\n:IRC: #openstack-zaqar @ OFTC\n\nWelcome to the `Zaqar`_ Python Client project!\n\nInstallation\n------------\n\nThe latest stable release can be installed from PyPI::\n\n    pip install --upgrade python-zaqarclient\n\nFor the adventurous, you may also install the latest code directly from git\n.openstack.org::\n\n    pip install git+https://opendev.org/openstack/python-zaqarclient.git\n\nWhat's in the box\n-----------------\n\nBy installing python-zaqarclient you get programmatic access to the Zaqar v2.0\nAPI library. Plus, it installs a plugin to python-openstackclient that allows\nyou to perform simple queue operations.\n\nHow to use\n==========\n\nPython client\n-------------\n\nDetails about design, features, usage and workflow can be found in the\n`Python Client Wiki`_.\n\n.. _Python Client Wiki: https://wiki.openstack.org/wiki/Zaqar/PythonClient\n\nCommand line interface\n----------------------\n\nZaqar bases its client implementation in the `OpenStack Client`_. It can be\ninstalled and configured by following the instructions in *Getting Started*\nand *Configuration* in the `OpenStack Client Readme`_ respectively.\n\nThe CLI currently allows creation, removal and listing of queues. Some examples\nare::\n\n    $  openstack queue list --limit 3\n    $  openstack queue create myqueue\n    $  openstack queue delete myqueue\n\n.. _`OpenStack Client`: https://opendev.org/openstack/python-openstackclient\n.. _`OpenStack Client Readme`: https://opendev.org/openstack/python-openstackclient/src/branch/master/README.rst\n\nContributing\n============\n\nBe sure to reference the `HACKING`_ file for details on coding style. You may\nalso wish to read through Zaqar's `Contributor Guide`_ before contributing your\nfirst patch.\n\n.. _Zaqar: https://opendev.org/openstack/zaqar\n.. _HACKING: https://opendev.org/openstack/python-zaqarclient/src/branch/master/HACKING.rst\n.. _Zaqar Wiki: https://wiki.openstack.org/wiki/Zaqar\n.. _Contributor Guide: https://wiki.openstack.org/wiki/Zaqar#Contributor_Guide\n.. _Zaqar Launchpad: https://launchpad.net/zaqar\n.. _Code Review: https://review.opendev.org/q/status:open+project:openstack/python-zaqarclient\n.. _Client Wiki: https://wiki.openstack.org/wiki/Python_Zaqar_Client\n\n\n* License: Apache License, Version 2.0\n* `PyPi`_ - package installation\n* `Bugs`_ - issue tracking\n* `Source`_\n* `Release Notes`_\n\n.. _PyPi: https://pypi.org/project/python-zaqarclient\n.. _Bugs: https://bugs.launchpad.net/python-zaqarclient\n.. _Source: https://opendev.org/openstack/python-zaqarclient/\n.. _Release Notes: https://docs.openstack.org/releasenotes/python-zaqarclient\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fpython-zaqarclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstack%2Fpython-zaqarclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fpython-zaqarclient/lists"}