{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/6"}],"enrichment":{"capability":"Provides type stubs for the stripe package, enabling static type checking of stripe code with tools like mypy, pyright, and pytype.","skillfed_tags":["type-stubs","stripe-integration"],"use_cases":["Enable mypy or pyright type checking on stripe integration code when using stripe versions prior to 7.1.0","Catch type errors in payment processing logic during development rather than at runtime","Provide IDE autocomplete and type hints for stripe API calls in PyCharm and other editors"],"what_it_does":"types-stripe is a PEP 561 type stub package that provides type annotations for the stripe Python library. It allows static type checkers like mypy, pyright, and pytype to understand and validate code that uses the stripe package, catching type errors before runtime. The stubs are generated from typeshed and aim to cover stripe version 3.5.*.\n\nThis package is primarily useful for developers working with older versions of stripe who want type safety in their payment processing code. The description notes that stripe itself includes type annotations since version 7.1.0, and recommends uninstalling this package if using that or a newer version. The stubs are marked as partial, meaning some annotations may be incomplete.","worth_installing":"Yes, if you are using stripe before version 7.1.0 and want static type checking. No, if you are already on stripe 7.1.0 or later, as stripe now includes its own type annotations and the maintainers recommend uninstalling this package in that case. Check your stripe version first."},"id":"types-stripe","links":{"html":"https://skillfed.io/packages/types-stripe","md":"https://skillfed.io/packages/types-stripe.md","pypi":"https://pypi.org/project/types-stripe/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-01-06","license_spdx":null,"license_treatment":"permissive","name":"types-stripe","python_support":"supports_current","summary":"Typing stubs for stripe"},"popularity":{"monthly_downloads":845238,"position":4919,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.5.2.20240106"}
