Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

Client Library for OpenStack Zaqar Messaging API

Project description

http://governance.openstack.org/tc/badges/python-zaqarclient.svg

Python Zaqar Client

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.

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.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page