Skip to main content

The official Recurly API client

Project description

https://travis-ci.org/recurly/recurly-client-python.png?branch=master

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

Python Versions

The minimum supported requirements for this library are:

  • Python >= 2.7.9

  • OpenSSL >= 1.0.1

Installation

Recurly is packaged as a Python package. We recommend you install it with PyPI by adding it to your requirements.txt:

pip install recurly

Configuration

Set your API key and optionally set a certificate authority certificate file and default currency:

import recurly

recurly.SUBDOMAIN = 'your-subdomain'
recurly.API_KEY = '012345678901234567890123456789ab'

# 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'

A Note on Headers

In accordance with section 4.2 of RFC 2616, HTTP header fields are case-insensitive.

Recurly Python Client Tests

_NOTE_: The unit tests require certain packages to be installed on your system. Install the following packages with pip:

$ pip install defusedxml six mock iso8601 backports.ssl-match-hostname

To run these tests, use the unittest test runner with the RECURLY_INSECURE_DEBUG environment variable set to ‘true’:

$ RECURLY_INSECURE_DEBUG=true python3 -m unittest discover -s tests

The resource tests in test_resources.py will run using the HTTP fixtures in tests/fixtures. To run the tests against a live Recurly API endpoint, configure your Recurly test account and use its API key in the RECURLY_API_KEY environment variable:

$ RECURLY_API_KEY=1274…54e3 python3 -m unittest tests.test_resources

The live Recurly API endpoint can also be tested while validating the server certificate with the RECURLY_CA_CERTS_FILE environment variable, which should be a filename of concatenated certificate authority X.509 certificates:

$ RECURLY_API_KEY=1274…54e3 RECURLY_CA_CERTS_FILE=/etc/pki/tls/certs/ca-bundle.crt -m unittest tests.test_resources

Usage

Please see the Recurly API for more information.

Support

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.10.11.tar.gz (113.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

recurly-2.10.11-py3-none-any.whl (29.9 kB view details)

Uploaded Python 3

File details

Details for the file recurly-2.10.11.tar.gz.

File metadata

  • Download URL: recurly-2.10.11.tar.gz
  • Upload date:
  • Size: 113.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for recurly-2.10.11.tar.gz
Algorithm Hash digest
SHA256 76bfc1f8e142da6e1bb83ce99ec7ebf48e2489d96aa2204144cf50e083548663
MD5 c2138c87888aee7046bc82dc5e5f0284
BLAKE2b-256 e9e460d7bcbfadd7fdc074ac304de3caa2987e0190244840f7114fee41ce70e5

See more details on using hashes here.

File details

Details for the file recurly-2.10.11-py3-none-any.whl.

File metadata

  • Download URL: recurly-2.10.11-py3-none-any.whl
  • Upload date:
  • Size: 29.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for recurly-2.10.11-py3-none-any.whl
Algorithm Hash digest
SHA256 0ec0144c6213cfc2bacbd913bfe947a7f12264665e47d1b255eb6083d43b342b
MD5 86974e6bca0ab1489e117c064f6c36c6
BLAKE2b-256 2b4497d6fc1555d2f5b536609dbe0ef11e34f1be0462896a08b6218fe1672a7e

See more details on using hashes here.

Supported by

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