1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
==========================================
Python bindings to the OpenStack Panko API
==========================================
.. image:: https://img.shields.io/pypi/v/pankoclient.svg
:target: https://pypi.org/project/pankoclient/
:alt: 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``).
* Free software: Apache license
* `PyPi`_ - package installation
* `Online Documentation`_
* `Launchpad project`_ - release management
* `Blueprints`_ - feature specifications
* `Bugs`_ - issue tracking
* `Source`_
.. _PyPi: https://pypi.org/project/pankoclient
.. _Online Documentation: https://docs.openstack.org/python-pankoclient/latest/
.. _Launchpad project: https://launchpad.net/python-pankoclient
.. _Blueprints: https://blueprints.launchpad.net/python-pankoclient
.. _Bugs: https://bugs.launchpad.net/python-pankoclient
.. _Source: https://opendev.org/openstack/python-pankoclient
|