Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sartim/ipay-sdk
Unofficial sdk for ipay payment integration.
https://github.com/sartim/ipay-sdk
Last synced: about 6 hours ago
JSON representation
Unofficial sdk for ipay payment integration.
- Host: GitHub
- URL: https://github.com/sartim/ipay-sdk
- Owner: sartim
- License: mit
- Created: 2020-08-24T09:06:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T13:27:06.000Z (about 4 years ago)
- Last Synced: 2024-10-12T09:09:03.230Z (25 days ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPAY SDK
[![Language](https://img.shields.io/badge/language-python-green.svg)](https://github.com/sartim/ipay-sdk)
![Build Status](https://github.com/sartim/mpesa-sdk/workflows/build/badge.svg)Unofficial python ipay sdk for python devs.
***Installation***
$ pip install ipay-sdk
***Running tests***
$ pip install pytest
$ pytest
To test for different python environments use
$ pip install tox
$ tox
Read more on [IPAY API](https://dev.ipayafrica.com/).