Skip to main content

The official Recurly API client

Project description

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

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, and optionally set a certificate
authority certificate file and default currency::

import recurly

recurly.SUBDOMAIN = 'your-subdomain'
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 <http://docs.recurly.com/api/>`_ for more information.


Support
-------

- `https://support.recurly.com <https://support.recurly.com>`_
- `stackoverflow <http://stackoverflow.com/questions/tagged/recurly>`_


Announcements
-------------

- `@recurly <https://twitter.com/recurly>`_
- `Google Group Announcements <https://groups.google.com/group/recurly-api>`_

Project details


Release history Release notifications | RSS feed

This version

2.2.1

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.2.1.tar.gz (41.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