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
- Host: GitHub
- URL: https://github.com/ulule/python-mangopay
- Owner: ulule
- License: mit
- Created: 2015-06-08T10:38:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T20:23:58.000Z (over 5 years ago)
- Last Synced: 2025-06-09T23:43:02.654Z (about 1 year ago)
- Language: Python
- Size: 93.8 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.