Skip to main content

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 <https://moncashify.readthedocs.io/en/latest>_.

Moncashify is distributed as a Python package through PyPI and it can be installed with tools like pip:

.. code-block:: bash

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 <https://code9haiti.com/en/tutorials/implement-moncashify-sdk-in-your-python-projects>_.

Once the package is installed, it is easy to import the package into your project.

.. code-block:: python

import moncashify

Use the API() method to initialize the process.

.. code-block:: python

moncashify.API(client_id, secret_key, debug)

client_id and secret_key can be found in your Moncash administration <https://moncashbutton.digicelgroup.com/Moncash-business/>_. The debugging setting (debug) will define whether you are in production or not. The default is True, which means you are in development.

.. code-block:: python

moncash = moncashify.API(client_id, secret_key, debug=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

moncashify-0.0.2-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file moncashify-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: moncashify-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for moncashify-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 36470a65e1b58a2913f120efe71f81b7ab0d6cc88bcd5aa6ae29a1a60b6a879d
MD5 63e9f5bc2f344a8a90306b959e8fa609
BLAKE2b-256 1df14a3d5f8bde4adaeee2b171d04566ab770effefa0d64ae4fdac7e2179ee90

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page