A Python package for Chimoney
Project description
PyChimoney
pychimoney is a python wrapper for Chimoney
- Account
- Info
- Payout
- Mobile Money
- Wallet
- Sub-Account
- Redeem
Getting Started
- Register with Chimoney
- Request for API KEY from support
- set Your "CHIMONEY_AUTH_KEY" environment variable
Installing
- pip install chimoney-py
OR
- git clone "the repo"
- cd pychimoney
- python setup.py install or
- pip3 install .
Usage
Importing the package
from chimoney import Chimoney
Creating an instance of the Chimoney class
chimoney = Chimoney.set_api_key("API-KEY")
Full Example
from pychimoney import Chimoney
import os
# Initialize Chimoney
chimoney = Chimoney.set_api_key("CHIMONEY_AUTH_KEY")
Using the Account API
chimoney.account.required_function(params)
TODO
- Add all Endpoints
- Write Unit Tests
- Package the Library
- Add to Pip
- Add Pytest and Covrage for Test
- Documentation
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
chimoney-py-0.0.2.tar.gz
(6.4 kB
view details)
File details
Details for the file chimoney-py-0.0.2.tar.gz
.
File metadata
- Download URL: chimoney-py-0.0.2.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65d198ddd21999bb065fd854e57d19c2129446de85a28242d7f7be7a54f36ff8 |
|
MD5 | 5d291fadcbbb3f77111866060cc74d6b |
|
BLAKE2b-256 | fd259023e6c4ab22cebee5d9958189d1401bdc51068c466c5b6ed2ca196f636f |