An open API service indexing awesome lists of open source software.

https://github.com/ulule/python-mangopay

A client library for interacting with the Mangopay API
https://github.com/ulule/python-mangopay

Last synced: about 1 year ago
JSON representation

A client library for interacting with the Mangopay API

Awesome Lists containing this project

README

          

python-mangopay
===============

python-mangopay is a client library for interacting with the `Mangopay API `_.

.. image:: https://secure.travis-ci.org/ulule/python-mangopay.png?branch=master
:alt: Build Status
:target: http://travis-ci.org/ulule/python-mangopay

Installation
------------

python-mangopay requires:

* `requests `_
* `blinker `_

To install the package:

::

pip install python-mangopay

By installing this package with `pip `_, all dependencies will be installed for you.

Inspiration
-----------

The data model of python-mangopay is highly inspired by `peewee `_.

Documentation
-------------

For documentation and examples of usage for the Mangopay API please refer to: `API references `_

See `docs `_ to find examples.