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 hashes)