python-stanbicmm
A python library providing an interface to interact with the Stanbic Mobile Money service
Installing
You can install python-stanbicmm via PyPi. To install the latest stable version:
$ pip install python-stanbicmm
Usage
Using python-stanbicmm in your project is very easy:
import stanbic
mm = stanbic.StanbicMM('2348012345678', '1111') # specify your account number and pin
transactions = mm.get_transactions()
specific_transaction = mm.get_transaction(txn_ref="012345")
License
python-stanbicmm is free software, available under the BSD license.
Dependencies
Contributing
Please feel free to fork this project and submit pull requests. If you’ve found a bug, also feel free to fix it and submit a pull request. If you can’t submit a patch, then report bugs by creating an issue on the issue tracker.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-stanbicmm-0.1.tar.gz
(4.8 kB
view details)
File details
Details for the file python-stanbicmm-0.1.tar.gz.
File metadata
- Download URL: python-stanbicmm-0.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b9ff12eee0ed36d1da74e92c0b632eb21a703752dc565081c29f1635f36afe2
|
|
| MD5 |
2b44757eb18d128b2ebab701fc0ecfd2
|
|
| BLAKE2b-256 |
0c4297ffa9520773a2e5f3e9be962269fbe4eff71af627c87a37e5d9f2be2018
|