python-zaqarclient


Namepython-zaqarclient JSON
Version 2.9.0 PyPI version JSON
download
home_pagehttps://docs.openstack.org/python-zaqarclient/latest/
SummaryClient Library for OpenStack Zaqar Messaging API
upload_time2024-11-15 14:08:59
maintainerNone
docs_urlNone
authorOpenStack
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
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 v1.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.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "OpenStack",
    "author_email": "openstack-discuss@lists.openstack.org",
    "download_url": "https://files.pythonhosted.org/packages/26/f0/df0893c44ecb917b046c390199b23c8529beaaa63edb32e59f059a26ef5a/python-zaqarclient-2.9.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 v1.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\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Client Library for OpenStack Zaqar Messaging API",
    "version": "2.9.0",
    "project_urls": {
        "Homepage": "https://docs.openstack.org/python-zaqarclient/latest/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7628dad74ed0523cec31d311bf55a0d79e6ec42b8c9c2fcf5ce7aa939866c6c",
                "md5": "d60380cc728f7bbfa428e4e90488ce42",
                "sha256": "443889b7b9fce93cc242ef3098cd03d3a937473f48170888632f3baf908efe7b"
            },
            "downloads": -1,
            "filename": "python_zaqarclient-2.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d60380cc728f7bbfa428e4e90488ce42",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 87489,
            "upload_time": "2024-11-15T14:08:57",
            "upload_time_iso_8601": "2024-11-15T14:08:57.593987Z",
            "url": "https://files.pythonhosted.org/packages/d7/62/8dad74ed0523cec31d311bf55a0d79e6ec42b8c9c2fcf5ce7aa939866c6c/python_zaqarclient-2.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26f0df0893c44ecb917b046c390199b23c8529beaaa63edb32e59f059a26ef5a",
                "md5": "2d83a1d384ce53fa43fa7c69b2f0b598",
                "sha256": "ad968c942b452c5a43ca2ea3b79b0f0863cf221e35ebb60c38af3097350e59b8"
            },
            "downloads": -1,
            "filename": "python-zaqarclient-2.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2d83a1d384ce53fa43fa7c69b2f0b598",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 90982,
            "upload_time": "2024-11-15T14:08:59",
            "upload_time_iso_8601": "2024-11-15T14:08:59.357053Z",
            "url": "https://files.pythonhosted.org/packages/26/f0/df0893c44ecb917b046c390199b23c8529beaaa63edb32e59f059a26ef5a/python-zaqarclient-2.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-15 14:08:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "python-zaqarclient"
}
        
Elapsed time: 0.42970s