File: api.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 (27 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (3)
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
27
The :mod:`pankoclient` Python API
=================================

.. module:: pankoclient
   :synopsis: A client for the Panko API.

.. currentmodule:: pankoclient

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:

.. toctree::
   :maxdepth: 2

   ref/v2/index