DEPRECATED, Client library for Panko API
Go to file
Doug Hellmann 572aee9cf6 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Ie7fa610fa9de2be9d700217655c967ac9f404b3a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 17:58:18 -04:00
doc Fix doc builds 2018-02-27 16:06:42 +00:00
pankoclient Handle strings as response error_message 2018-03-14 19:01:46 +02:00
releasenotes Update reno for stable/queens 2018-02-01 17:44:21 +00: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 Trivial: update url to new url 2018-05-13 21:24:21 +08:00
babel.cfg Initial commit 2017-02-14 12:06:46 +08:00
requirements.txt Make osc plugin work again 2018-03-14 17:42:12 +02:00
setup.cfg Fix doc builds 2018-02-27 16:06:42 +00:00
setup.py Initial commit 2017-02-14 12:06:46 +08:00
tox.ini fix tox python3 overrides 2018-06-06 17:58:18 -04: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).