Interact with Recurly's REST API for subscription management from your Python website
Project description
# Recurly Python Client #
Recurly’s Python client library is an interface to its [REST API](http://docs.recurly.com/api).
## Usage ##
Set your API key and Recurly.js private key:
import recurly
recurly.API_KEY = ‘012345678901234567890123456789ab’ recurly.js.PRIVATE_KEY = ‘0cc86846024a4c95a5dfd3111a532d13’
# Set a default currency for your API requests recurly.DEFAULT_CURRENCY = ‘USD’
## API Documentation ##
Please see the [Recurly API](http://docs.recurly.com/api/) for more information.
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
recurly-2.1.2.tar.gz
(36.8 kB
view details)
File details
Details for the file recurly-2.1.2.tar.gz.
File metadata
- Download URL: recurly-2.1.2.tar.gz
- Upload date:
- Size: 36.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48546bdcd6fc435f705c8837e1269cc9560e71f7b876cd1ca018484bf7d3f1f0
|
|
| MD5 |
0590d5c8d5412613471b141a1612e2ff
|
|
| BLAKE2b-256 |
65711265e0da66e7141bd71c8be5adab89f51afbe048cb873b16e1ca721c03aa
|