Client Library for OpenStack Zaqar Messaging API
Project description
Python Zaqar Client
- Wiki:
- Launchpad:
- Review:
- Design:
- 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for python_zaqarclient-2.8.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 340ab9aa8047b0d46bf19307bf64c26d0b9438f953cd84bc1868257c8cbd4f3a |
|
MD5 | 5057c16efac4944b5e1526119a342e2e |
|
BLAKE2b-256 | 94119e41885462dbc68131de023f592650f0336ffc38d02ae3ab025b6e01caf0 |