{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/2"}],"enrichment":{"capability":"Provides Python bindings to the Braintree payment gateway, enabling server-side integration with Braintree's payment processing and merchant services.","skillfed_tags":["payment-processing","merchant-integration"],"use_cases":["Process one-time credit card payments or recurring billing through Braintree's merchant account","Create and manage customer profiles and payment methods stored in Braintree's vault","Handle payment webhooks and transaction status queries from your backend","Integrate Braintree payments into a Django, Flask, or FastAPI application","Build a subscription or SaaS billing system using Braintree's recurring transaction features"],"what_it_does":"Braintree is the official Python SDK for integrating with Braintree's payment gateway, a PayPal-owned payment processor. It abstracts the HTTP API into Python objects and methods, handling authentication, request formatting, and response parsing so you can focus on payment logic rather than protocol details. The library depends only on requests, keeping its footprint minimal.\n\nTypical use involves configuring credentials once at startup, then calling methods like Transaction.sale() or Customer.create() to perform payment operations. It's designed for server-side integration where you control the merchant credentials; client-side payment flows use separate client tokens and nonces generated through Braintree's client SDKs.","worth_installing":"Yes, if you use Braintree for payments. It's the official SDK with low friction, active maintenance, permissive licensing, and no known vulnerabilities. Install it only if your application actually integrates with Braintree; it's not a general-purpose payment library."},"id":"braintree","links":{"html":"https://skillfed.io/packages/braintree","md":"https://skillfed.io/packages/braintree.md","pypi":"https://pypi.org/project/braintree/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-12","license_spdx":null,"license_treatment":"permissive","name":"braintree","python_support":"unspecified","summary":"Braintree Python Library"},"popularity":{"monthly_downloads":2492160,"position":3041,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"4.46.0"}
