DEPRECATED, Client library for Panko API
Go to file
astacksu a38ef12919 Fix help message of event list option 'filter'
The original description of the message is not working:

  <KEY1=VALUE1;KEY2=VALUE2...>

The feasible way to apply multiple filters are applying
the 'filter' option multipke times.

Change-Id: I58fc61f06a3c16f6062f643c323efaa00ef2f799
2017-08-31 15:43:29 +08:00
doc/source Merge "Docs: switch to openstackdocstheme" 2017-08-02 18:15:28 +00:00
pankoclient Fix help message of event list option 'filter' 2017-08-31 15:43:29 +08:00
releasenotes Docs: switch to openstackdocstheme 2017-07-13 01:03:50 +08:00
.coveragerc Initial commit 2017-02-14 12:06:46 +08:00
.gitignore add .gitignore file 2017-05-16 19:30:03 +00:00
.gitreview Initial commit 2017-02-14 12:06:46 +08:00
.testr.conf Initial commit 2017-02-14 12:06:46 +08:00
CONTRIBUTING.rst Initial commit 2017-02-14 12:06:46 +08:00
HACKING.rst Update documentation URLs 2017-07-17 10:35:28 +00:00
LICENSE Initial commit 2017-02-14 12:06:46 +08:00
MANIFEST.in Initial commit 2017-02-14 12:06:46 +08:00
README.rst Update documentation URLs 2017-07-17 10:35:28 +00:00
babel.cfg Initial commit 2017-02-14 12:06:46 +08:00
requirements.txt Initial commit 2017-02-14 12:06:46 +08:00
setup.cfg Merge "Docs: switch to openstackdocstheme" 2017-08-02 18:15:28 +00:00
setup.py Initial commit 2017-02-14 12:06:46 +08:00
tox.ini use extras 2017-05-18 19:23:45 +00:00

README.rst

Python bindings to the OpenStack Panko API

Latest Version

Downloads

This is a client library for Panko built on the Panko API. It provides a Python API (the pankoclient module) and a OSC (the openstackclient CLI) command-line tool (openstack event).