A Python package for Chimoney
Project description
PyChimoney
pychimoney is a python wrapper for Chimoney
- Account (Done)
- Info (Done)
- Payout(Done)
- Mobile Money (Done)
- Wallet (Done)
- Sub-Account (Done)
- Redeem (Done)
Getting Started
- Register with <a href="https://chimoney.io"> Chimoney </a>
- Request for API KEY from support
- set Your "CHIMONEY_AUTH_KEY" environment variable
Installing
- pip install pychimoney
OR
- git clone "the repo"
- cd pychimoney
- python setup.py install or
- pip3 install .
Usage
Importing the package
from pychimoney import Chimoney
Creating an instance of the Chimoney class
chimoney = Chimoney()
Full Example
from pychimoney import Chimoney
import os
# Initialize Chimoney
chimoney = Chimoney.set_api_key("CHIMONEY_AUTH_KEY")
# ping Chimoney
chimoney.ping()
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.1.tar.gz
(6.4 kB
view details)
File details
Details for the file chimoney-py-0.0.1.tar.gz.
File metadata
- Download URL: chimoney-py-0.0.1.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 |
94a114269502d45a565117efc15763106608e3cd5e81e70f7f7145f12d0f8bba
|
|
| MD5 |
721c840f607806e180776c134a1e721a
|
|
| BLAKE2b-256 |
f2468b427b9a3cfbb72d21b54429b26134c98101fb77d8d39add1296276c5c59
|