stripe 11.1.0
Python bindings for the Stripe API
The stripe Python package is a powerful tool for developers looking to integrate Stripe's payment processing capabilities into their Python applications. This library provides a set of predefined classes for Stripe API resources, allowing developers to interact with a wide range of Stripe's services, from creating customers to handling payments. It's designed to be flexible and easy to use, with support for per-request configuration, automatic retries on failed requests, and even the ability to configure a proxy. This package is an essential tool for developers working on e-commerce platforms or any application that requires payment processing.
Stars: 1665, Watchers: 1665, Forks: 424, Open Issues: 15The stripe/stripe-python
repo was created 13 years ago and the last code push was Yesterday.
The project is very popular with an impressive 1665 github stars!
How to Install stripe
You can install stripe using pip
pip install stripe
or add it to a project with poetry
poetry add stripe
Package Details
- Author
- Stripe
- License
- MIT
- Homepage
- https://github.com/stripe/stripe-python
- PyPi:
- https://pypi.org/project/stripe/
- Documentation:
- https://stripe.com/docs/api/?lang=python
- GitHub Repo:
- https://github.com/stripe/stripe-python
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common stripe errors.
Code Examples
Here are some stripe
code examples and snippets.
GitHub Issues
The stripe package has 15 open issues on GitHub
- Update generated code
- How to delete a price using API
- "Client" object to encapsulate non-global usage of the library?