Python client for PayWhirl API
Project description
A convenient PayWhirl API wrapper in Python
The PayWhirl Python library is provided to allow developers to access PayWhirl services without needing to write their own API wrappers.
The Documentation linked here and below contains all of the available methods for interacting with your PayWhirl account. If you would like to see additional functionality added, feel free to submit an issue or a pull request.
Usage Guide
Table of Contents
Requirements
- Python: Python 3.5+
Installation
$ pip3 install --upgrade paywhirl
Usage
To create a new PayWhirl object, you need to pass your API key and secret, which can be found in the API key section of the main site.
from paywhirl import PayWhirl, HTTPError
api_key = 'pwpk_xxxxxxxxxxxxxxx'
api_secret = 'pwpsk_xxxxxxxxxxx'
pw = PayWhirl(api_key, api_secret)
try:
print(pw.get_account())
except HTTPError as e:
print(e.response.status_code)
print(e.response.text)
License
PayWhirl is copyright © 2016-2018 PayWhirl Inc. This library is free software, and may be redistributed under the terms specified in the license.
About
PayWhirl Inc. and the names and logos for PayWhirl are trademarks of PayWhirl inc.
For additional information, please see our Terms of Use and Privacy Policy
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
File details
Details for the file paywhirl-1.3.tar.gz
.
File metadata
- Download URL: paywhirl-1.3.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22a6a3faaaace344c0ab69146ff051780de64cea1f1ff78511f8070860703fcc |
|
MD5 | 901865912bae55f9176b0b593e926bde |
|
BLAKE2b-256 | c68635f027aa7b10e247749c3fba7fb1d1e7fda151dadf2bf830dea3926fed8d |