A Python wrapper for Chimoney APIs abstracting raw https requests
Project description
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
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
Support
LICENCE
- MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
chimopy-0.0.2.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file chimopy-0.0.2.tar.gz
.
File metadata
- Download URL: chimopy-0.0.2.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6149e253bc5c50157b0078dc69b4adacc44e13f5c4b5748812b7fd8400c8abb |
|
MD5 | ec1d584f392b59d0352f332a482c6eb8 |
|
BLAKE2b-256 | ccd919956cb432a5c96cbdb01072641a6fee4115954ffdab5896a1f419dca084 |
File details
Details for the file chimopy-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: chimopy-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69f2b296cc0b7f16099a13240fbc3a6f27122f4b7f76badb82b225b595682434 |
|
MD5 | dac8555f0afeb703694570b5c62e8d1b |
|
BLAKE2b-256 | cad9e9ea5da6a79ba7e5987009083bffed80afcf7f92a107bc8f6d0f358c5486 |