Recurly's Python client library is an interface to its REST API.
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'
Please see the Recurly API for more information.