DEPRECATED, Client library for Panko API
Go to file
Hervé Beraud eba9ee7f8b Stop to use the __future__ module.
The __future__ module [1] was used in this context to ensure compatibility
between python 2 and python 3.

We previously dropped the support of python 2.7 [2] and now we only support
python 3 so we don't need to continue to use this module and the imports
listed below.

Imports commonly used and their related PEPs:
- `division` is related to PEP 238 [3]
- `print_function` is related to PEP 3105 [4]
- `unicode_literals` is related to PEP 3112 [5]
- `with_statement` is related to PEP 343 [6]
- `absolute_import` is related to PEP 328 [7]

[1] https://docs.python.org/3/library/__future__.html
[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[3] https://www.python.org/dev/peps/pep-0238
[4] https://www.python.org/dev/peps/pep-3105
[5] https://www.python.org/dev/peps/pep-3112
[6] https://www.python.org/dev/peps/pep-0343
[7] https://www.python.org/dev/peps/pep-0328

Change-Id: I734b87a6e24303ea96550363760c595c536654b5
2020-06-02 20:50:54 +02:00
doc Switch to newer openstackdocstheme version 2020-05-22 17:31:35 +00:00
pankoclient Stop to use the __future__ module. 2020-06-02 20:50:54 +02:00
releasenotes Switch to newer openstackdocstheme version 2020-05-22 17:31:35 +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 OpenDev Migration Patch 2019-04-19 19:48:04 +00:00
.testr.conf Initial commit 2017-02-14 12:06:46 +08:00
.zuul.yaml Add Python3 victoria unit tests 2020-04-11 18:50:03 +00: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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-22 14:22:05 +08:00
babel.cfg Initial commit 2017-02-14 12:06:46 +08:00
bindep.txt Add python 3.7 gating 2018-07-26 07:46:39 +02:00
requirements.txt Add Osprofiler support for Panko client 2019-04-12 08:27:05 +00:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:18 -05:00
setup.py Cleanup py27 support 2020-04-04 17:11:03 +02:00
tox.ini Bump default tox env from py37 to py38 2020-04-24 10:25:57 -05:00

README.rst

Python bindings to the OpenStack Panko API

Latest Version

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).