python3-panko
Client library for OpenStack panko server - Python 3.x
Install
- All systems
-
curl cmd.cat/python3-panko.sh
- Debian
-
apt-get install python3-pankoclient
- Ubuntu
-
apt-get install python3-pankoclient
- Kali Linux
-
apt-get install python3-pankoclient
- Fedora
-
dnf install python3-pankoclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-pankoclient
- Dockerfile
- dockerfile.run/python3-panko
python3-pankoclient
Client library for OpenStack panko server - Python 3.x
The Panko project is an event storage service that provides the ability to store and querying event data generated by Ceilometer with potentially other sources. Panko is a component of the Telemetry project. 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). This package provides the Python 3.x module.