File: README.rst

package info (click to toggle)
python-pankoclient 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 320 kB
  • sloc: python: 1,228; makefile: 20
file content (26 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download | duplicates (2)
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