{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/15"}],"enrichment":{"capability":"Provides type hints for the braintree payment processing library, enabling static type checking of braintree code with mypy, pyright, and other type checkers.","skillfed_tags":["type-stubs","payment-processing"],"use_cases":["Enable mypy or pyright to type-check payment processing code that uses braintree without runtime overhead.","Catch attribute and method errors in braintree API calls during development via IDE autocompletion.","Enforce type safety in CI/CD pipelines that validate braintree integration code before deployment.","Document braintree's API surface through type annotations for developers unfamiliar with the library."],"what_it_does":"types-braintree is a type stub package from the typeshed project that provides static type information for the braintree payment processing library. It allows Python type checkers like mypy, pyright, and others to understand and validate the types used in braintree code without requiring type hints in braintree itself.\n\nWhen installed alongside braintree, this package enables your IDE and type checker to catch type mismatches, missing attributes, and incorrect method calls at development time rather than runtime. It has no runtime dependencies and is designed specifically for braintree version 4.46.*. The stubs are tested against multiple type checkers and maintained as part of the typeshed community project.","worth_installing":"Yes, if you use braintree and want static type checking. Low friction, no runtime cost, and actively maintained. Install it alongside braintree and configure your type checker to use it. Not needed if you don't use braintree or don't perform type checking."},"id":"types-braintree","links":{"html":"https://skillfed.io/packages/types-braintree","md":"https://skillfed.io/packages/types-braintree.md","pypi":"https://pypi.org/project/types-braintree/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-14","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-braintree","python_support":"supports_current","summary":"Typing stubs for braintree"},"popularity":{"monthly_downloads":137752,"position":11358,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.46.0.20260814"}
