ap_python_sdk

SDK for python application to use Alternative Payments


Keywords
alternative, payments, python, sdk, development
License
MIT
Install
pip install ap_python_sdk==0.1.3

Documentation

ap-python-sdk

Python SDK for AlternativePayments API.

Python SDK

src/ap_python_sdk folder contains library which wraps communication with Alternative Payments REST server. You can find out more in readme for library or on official documentation.

Sample Application

sample folder contains Django sample application that showcase usage of librarry. Guide how to download and run it can be found in readme for sample application.