OpenStack Messaging (Zaqar) Client
Go to file
OpenDev Sysadmins bdb9615c01 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:37:01 +00:00
doc Merge "Switch from oslosphinx to openstackdocstheme" 2017-07-26 23:58:40 +00:00
examples Revert "Fix The header X-PROJECT-ID missing bug" 2017-03-07 15:56:36 +00:00
playbooks/zaqarclient-dsvm-functional OpenDev Migration Patch 2019-04-19 19:37:01 +00:00
releasenotes Merge "Switch from oslosphinx to openstackdocstheme" 2017-07-26 23:58:40 +00:00
tests Revert "Fix The header X-PROJECT-ID missing bug" 2017-03-07 15:56:36 +00:00
tools import zuul job settings from project-config 2018-09-12 20:59:35 +02:00
zaqarclient Merge "Fix query claim NoneType error" 2017-07-27 09:38:36 +00:00
.gitignore Ignore *.egg files. 2013-07-16 17:59:28 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:37:01 +00:00
.zuul.yaml OpenDev Migration Patch 2019-04-19 19:37:01 +00:00
HACKING.rst Rename Marconi to Zaqar 2014-08-04 16:55:10 +02:00
LICENSE Lets get the party started :) 2013-05-07 17:09:55 +02:00
README.rst fix README.rst format error 2019-04-17 16:40:25 +10:00
requirements.txt Updated from global requirements 2017-08-11 19:06:21 +00:00
setup.cfg Update the documentation link for doc migration 2017-07-24 14:04:52 +08:00
setup.py Updated from global requirements 2017-03-03 22:59:45 +00:00
test-requirements.txt Updated from global requirements 2017-08-11 19:06:21 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/pike 2017-07-28 21:08:28 +00:00

README.rst

Team and repository tags

image

Python Zaqar Client

Latest Version

Downloads

Wiki

Zaqar Wiki

Launchpad

Zaqar Launchpad

Review

Code Review

Design

Client Wiki

IRC

#openstack-zaqar @ freenode

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://git.openstack.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.

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

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.

  • License: Apache License, Version 2.0
  • PyPi - package installation
  • Bugs - issue tracking
  • Source