Skip to content

This is a wrapper providing convenient access to the Chimoney API for applications written in Python that abstracts manual request handling.

License

Notifications You must be signed in to change notification settings

morehwachege/chimopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a wrapper providing convenient access to the Chimoney API for applications written in Python that abstracts manual request handling.

Topics

Resources

License

Stars

Watchers

Forks

Languages