========================
Team and repository tags
========================
.. image:: http://governance.openstack.org/tc/badges/python-zaqarclient.svg
:target: http://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
Python Zaqar Client
===================
.. image:: https://img.shields.io/pypi/v/python-zaqarclient.svg
:target: https://pypi.org/project/python-zaqarclient/
:alt: Latest Version
:Wiki: `Zaqar Wiki`_
:Launchpad: `Zaqar Launchpad`_
:Review: `Code Review`_
:Design: `Client Wiki`_
:IRC: #openstack-zaqar @ OFTC
Welcome to the `Zaqar`_ Python Client project!
Installation
------------
The latest stable release can be installed from PyPI::
pip install --upgrade python-zaqarclient
For the adventurous, you may also install the latest code directly from git
.openstack.org::
pip install git+https://opendev.org/openstack/python-zaqarclient.git
What's in the box
-----------------
By installing python-zaqarclient you get programmatic access to the Zaqar v2.0
API library. Plus, it installs a plugin to python-openstackclient that allows
you to perform simple queue operations.
How to use
==========
Python client
-------------
Details about design, features, usage and workflow can be found in the
`Python Client Wiki`_.
.. _Python Client Wiki: https://wiki.openstack.org/wiki/Zaqar/PythonClient
Command line interface
----------------------
Zaqar bases its client implementation in the `OpenStack Client`_. It can be
installed and configured by following the instructions in *Getting Started*
and *Configuration* in the `OpenStack Client Readme`_ respectively.
The CLI currently allows creation, removal and listing of queues. Some examples
are::
$ openstack queue list --limit 3
$ openstack queue create myqueue
$ openstack queue delete myqueue
.. _`OpenStack Client`: https://opendev.org/openstack/python-openstackclient
.. _`OpenStack Client Readme`: https://opendev.org/openstack/python-openstackclient/src/branch/master/README.rst
Contributing
============
Be sure to reference the `HACKING`_ file for details on coding style. You may
also wish to read through Zaqar's `Contributor Guide`_ before contributing your
first patch.
.. _Zaqar: https://opendev.org/openstack/zaqar
.. _HACKING: https://opendev.org/openstack/python-zaqarclient/src/branch/master/HACKING.rst
.. _Zaqar Wiki: https://wiki.openstack.org/wiki/Zaqar
.. _Contributor Guide: https://wiki.openstack.org/wiki/Zaqar#Contributor_Guide
.. _Zaqar Launchpad: https://launchpad.net/zaqar
.. _Code Review: https://review.opendev.org/q/status:open+project:openstack/python-zaqarclient
.. _Client Wiki: https://wiki.openstack.org/wiki/Python_Zaqar_Client
* License: Apache License, Version 2.0
* `PyPi`_ - package installation
* `Bugs`_ - issue tracking
* `Source`_
* `Release Notes`_
.. _PyPi: https://pypi.org/project/python-zaqarclient
.. _Bugs: https://bugs.launchpad.net/python-zaqarclient
.. _Source: https://opendev.org/openstack/python-zaqarclient/
.. _Release Notes: https://docs.openstack.org/releasenotes/python-zaqarclient
Raw data
{
"_id": null,
"home_page": "https://docs.openstack.org/python-zaqarclient/latest/",
"name": "python-zaqarclient",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": "OpenStack",
"author_email": "openstack-discuss@lists.openstack.org",
"download_url": "https://files.pythonhosted.org/packages/d8/70/32dda405268e4888362a02d1cad2796c705be661efe3f4c10fd5869243ce/python_zaqarclient-4.1.0.tar.gz",
"platform": null,
"description": "========================\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",
"bugtrack_url": null,
"license": null,
"summary": "Client Library for OpenStack Zaqar Messaging API",
"version": "4.1.0",
"project_urls": {
"Homepage": "https://docs.openstack.org/python-zaqarclient/latest/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "115020eb89854b86d60b86caa27804b4b7dbb0f6004b8773a0ff49a77a0ed439",
"md5": "3050dd23a50aa4ddeb242471f02398ef",
"sha256": "10497b10c241ccc3dad7a8c8e450e6d6a417ab74f6b1ae8d139d8fb1d06973d9"
},
"downloads": -1,
"filename": "python_zaqarclient-4.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3050dd23a50aa4ddeb242471f02398ef",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 74003,
"upload_time": "2025-08-28T09:49:53",
"upload_time_iso_8601": "2025-08-28T09:49:53.380904Z",
"url": "https://files.pythonhosted.org/packages/11/50/20eb89854b86d60b86caa27804b4b7dbb0f6004b8773a0ff49a77a0ed439/python_zaqarclient-4.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d87032dda405268e4888362a02d1cad2796c705be661efe3f4c10fd5869243ce",
"md5": "4da4fbd7b8d11206e9b7f04c04c438a8",
"sha256": "0601018351ed444f6b93c4a94583c2a5fe5df3db41541952b5d7564288d87da4"
},
"downloads": -1,
"filename": "python_zaqarclient-4.1.0.tar.gz",
"has_sig": false,
"md5_digest": "4da4fbd7b8d11206e9b7f04c04c438a8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 81151,
"upload_time": "2025-08-28T09:49:54",
"upload_time_iso_8601": "2025-08-28T09:49:54.418144Z",
"url": "https://files.pythonhosted.org/packages/d8/70/32dda405268e4888362a02d1cad2796c705be661efe3f4c10fd5869243ce/python_zaqarclient-4.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-28 09:49:54",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "python-zaqarclient"
}