Skip to main content

Interact with Recurly's REST API for subscription management from your Python website

Project description

Recurly’s Python client library is an interface to its REST API.

Usage

Set your API key and Recurly.js private key, and optionally set a certificate authority certificate file and default currency:

import recurly

recurly.API_KEY = '012345678901234567890123456789ab'
recurly.js.PRIVATE_KEY = '0cc86846024a4c95a5dfd3111a532d13'

# Set a certificate authority certs file to validate Recurly's certificate
recurly.CA_CERTS_FILE = '/etc/pki/tls/certs/ca-bundle.crt'

# Set a default currency for your API requests
recurly.DEFAULT_CURRENCY = 'USD'

API Documentation

Please see the Recurly 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.3.tar.gz (37.6 kB view hashes)

Uploaded Source

Supported by

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