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 chimopyYou 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 installfrom 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