Skip to content

Latest commit

 

History

History
executable file
·
34 lines (19 loc) · 934 Bytes

LONG_DESCRIPTION.rst

File metadata and controls

executable file
·
34 lines (19 loc) · 934 Bytes

Official Paayes Bindings for Python

A Python library for Paayes's API.

Setup

You can install this package by using the pip tool and installing:

$ pip install paayes

Or:

$ easy_install paayes

Setting up a Paayes Account

Sign up for Paayes at https://dashboard.paayes.com/register.

Using the Paayes API

Documentation for the python bindings can be found alongside Paayes's other bindings here:

In the standard documentation (the first link), most of the reference pages will have examples in Paayes's official bindings (including Python). Just click on the Python tab to get the relevant documentation.

In the full API reference for python (the second link), the right half of the page will provide example requests and responses for various API calls.