liusheng 493d6933a6 Initial commit
Change-Id: I95ea5eb503e5a5a7e59fe317a62e54cebc83bd55
2017-02-14 12:06:46 +08:00

28 lines
431 B
ReStructuredText

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