This is a wrapper providing convenient access to the Chimoney API for applications written in Python.
It has been tested with Python 3.xx
pip install chimopy
You can also clone or download the library package and install it using setuptools:
git clone https://github.com/morehwachege/chimopy.git
cd chimopy
python setup.py install
from chimopy.<API> import <API Class>
API The following APIs are supported:
- Account
- Info
- Mobile-Money
- Payment, all except airtime
- Redeem
- Sub Account
- Wallet
API Class The following are the corresponding API classes:
- Account
- Info
- Transaction
- Pay
- Redeem
- SubAccount
- Wallet
None at the moment
git clone https://github.com/morehwachege/chymopy.git
cd chimopy
python setupy bdist_wheel
python setupy install
- MIT