The :mod:`tricircleclient` Python API ==================================== .. module:: tricircleclient :synopsis: A client for the Tricircle API. .. currentmodule:: tricircleclient Usage ----- To use tricircleclient in a project:: >>> from tricircleclient.v1 import client >>> tricircle = client.Client(...) >>> tricircle.pod.list() Reference --------- For more information, see the reference: .. toctree:: :maxdepth: 2 api/autoindex