chimopy

A Python wrapper for Chimoney APIs abstracting raw https requests


License
MIT
Install
pip install chimopy==0.0.2

Documentation

License: MIT Organization made-with-python PyPI pyversions PRs Welcome

GitHub version.

chimopy

This is a wrapper providing convenient access to the Chimoney API for applications written in Python.

It has been tested with Python 3.xx

Setup and Installation

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

Usage

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

morehwachege morehwachege

Dependencies

None at the moment

How to Install from Source

Building from Source for Developers

git clone https://github.com/morehwachege/chymopy.git
cd chimopy
python setupy bdist_wheel
python setupy install

Contributing

See the Contributing File

See the Pull Request File

Support

Buy Me A Coffee

LICENCE

  • MIT