Skip to main content

Braintree initializer for the Pyramid Web Framework

Project description

Braintree initializer for the Pyramid Web Framework. 100% Test Covered.

  • The following configuration options are required in your config.ini:

    pyramid.includes =
        pyramid_braintree
    
    braintree.environment = sandbox
    braintree.merchant_id = MY_MERCHANT_ID
    braintree.public_key = MY_PUBLIC_KEY
    braintree.private_key = MY_PRIVATE_KEY
  • The following configuration options are supported for environment:

    • development

    • production

    • sandbox

  • Additionally, the use_unsafe_ssl option may be specified (otherwise, this configuration wisely defaults to False):

    braintree.use_unsafe_ssl = True

0.1.1 (2013-07-02)

  • Relying on Pyramid’s asbool helper for more robust boolean detection.

0.1 (2013-06-27)

  • Allow for the following Braintree configuration options: environment, merchant_id, public_key, and private_key

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyramid_braintree-0.1.1.tar.gz (3.7 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