Python SDK to make API requests and handle API responses from the MonCash API
Project description
Requirements
Compatible with Python 3.x or 2.x
Documentation
Go to the Official documentation.
Moncashify is distributed as a Python package through PyPI and it can be installed with tools like pip:
pip install moncashify
Getting Started
If you’re new to Moncashify you can get started by following the tutorial Implement Moncashify SDK In Your Python Projects.
Once the package is installed, it is easy to import the package into your project.
import moncashify
Use the API() method to initialize the process.
moncashify.API(client_id, secret_key, debug)
client_id and secret_key can be found in your Moncash administration. The debugging setting (debug) will define whether you are in production or not. The default is True, which means you are in development.
moncash = moncashify.API(client_id, secret_key, debug=True)
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
Built Distribution
File details
Details for the file moncashify-1.1.0.tar.gz
.
File metadata
- Download URL: moncashify-1.1.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9d6f8847469e8b02cf690065d7d4e4bdf4948c1be61528a6cf8f977668fdd9b |
|
MD5 | 48718a8282944ff69b368f0da8dc696f |
|
BLAKE2b-256 | 52d15ef7ec54698950ba1f2c287a1d2d2aac86fda63704a29b734780dd560deb |
File details
Details for the file moncashify-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: moncashify-1.1.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fcb2c1490262de46a1c468825d0eefec1691faae42bce2a972b07ff6460fedb |
|
MD5 | 992733602693e5df1362f0f9150a511f |
|
BLAKE2b-256 | 214140bea46d49e9a033eff1c43a3a84f5353bfcf13f18a736c059c1c6f6d5da |