OpenStack Docs: The pankoclient Python API

this page last updated: 2017-02-10 17:00:44

The pankoclient Python API

Usage

To use pankoclient in a project:

>>> from pankoclient.v2 import client
>>> panko = client.Client(...)
>>> panko.event.list()

Reference

For more information, see the reference:

this page last updated: 2017-02-10 17:00:44

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

found an error? report a bug questions?