sdk for usaepay rest api
Project description
USAePay Python SDK
Package for connecting to USAePay's rest API using python 3.6 or later.
Prerequisites
Python version 3.6+
Download from https://www.python.org/downloads/
Pip3 (optional)
Should be automatically installed with python but if not:
curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
python3 get-pip.py --user
pip3 --version
Requests
Installed automatically if Pip is used. For source code visit https://github.com/psf/requests
Installation
Deployment
This package requires a USAePay account. You will also need to create an API key with a PIN in your account. It is recommend to run usaepay.api.set_authentication('key','pin') before any other calls.
Version
0.0.1
Authors
- USAePay - USAePay
License
This project is licensed under the MIT License - see the LICENSE.txt file for details
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
usaepay-2.1.6.tar.gz
(10.8 kB
view hashes)
Built Distribution
usaepay-2.1.6-py3-none-any.whl
(23.8 kB
view hashes)