[telemetry] pankoclient 0.4.0 (queens)
We joyfully announce the release of: pankoclient 0.4.0: Python client library for OpenStack Panko project. This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-pankoclient Download the package from: https://pypi.python.org/pypi/pankoclient Please report issues through launchpad: https://bugs.launchpad.net/python-pankoclient For more details, please see below. Changes in pankoclient 0.3.0..0.4.0 ----------------------------------- e9a975f Cleanup setup.cfg a38ef12 Fix help message of event list option 'filter' 5223a2b Update reno for stable/pike 17cef5a Update documentation URLs 759e615 Docs: switch to openstackdocstheme 5cf6011 clean up utils 6bd0c25 add panko shell 2a11607 move shell out of osc 3e6ac24 switch to use non-legacy SessionClient 5b51e41 use extras a517be6 add .gitignore file a1a1c28 Modify the doc descriptions of pankoclient f01874d Add "event trait description" command 60cd259 Add "event trait list" command Diffstat (except docs and test files) ------------------------------------- .gitignore | 58 ++ HACKING.rst | 2 +- README.rst | 2 +- pankoclient/client.py | 40 ++ pankoclient/common/base.py | 2 +- pankoclient/common/exceptions.py | 481 ---------------- pankoclient/common/http.py | 347 ------------ pankoclient/common/utils.py | 56 -- pankoclient/exceptions.py | 190 +++++++ pankoclient/osc.py | 73 +++ pankoclient/osc/__init__.py | 0 pankoclient/osc/plugin.py | 73 --- pankoclient/osc/v2/__init__.py | 0 pankoclient/osc/v2/capabilities.py | 27 - pankoclient/osc/v2/events.py | 106 ---- pankoclient/shell.py | 172 ++++++ pankoclient/utils.py | 34 ++ pankoclient/v2/capabilities_cli.py | 27 + pankoclient/v2/client.py | 16 +- pankoclient/v2/events.py | 26 +- pankoclient/v2/events_cli.py | 154 +++++ releasenotes/source/conf.py | 12 +- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 + setup.cfg | 32 +- test-requirements.txt | 16 - tox.ini | 12 +- 43 files changed, 1053 insertions(+), 2144 deletions(-)
participants (1)
-
no-reply@openstack.org