ppc64le/linux/: stripe-12.2.0+ppc64le1 metadata and description
Homepage
Simple index
Python bindings for the Stripe API
| author |
Stripe |
| author_email |
[email protected] |
| classifiers |
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- License :: OSI Approved :: MIT License
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Programming Language :: Python :: 3.11
- Programming Language :: Python :: 3.12
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: PyPy
- Topic :: Software Development :: Libraries :: Python Modules
- Environment :: MetaData :: IBM Python Ecosystem
|
| description_content_type |
text/x-rst |
| dynamic |
summary |
| keywords |
stripe api payments |
| license |
MIT |
| license_file |
LICENSE |
| metadata_version |
2.4 |
| project_urls |
- Bug Tracker, https://github.com/stripe/stripe-python/issues
- Changes, https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md
- Documentation, https://stripe.com/docs/api/?lang=python
- Source Code, https://github.com/stripe/stripe-python
|
| requires_dist |
- typing_extensions<=4.2.0,>3.7.2; python_version < "3.7"
- typing_extensions>=4.5.0; python_version >= "3.7"
- requests>=2.20; python_version >= "3.0"
|
| requires_python |
>=3.6 |
A Python library for Stripe’s API.
Setup
You can install this package by using the pip tool and installing:
$ pip install stripe
Or:
$ easy_install stripe
Using the Stripe API
Documentation for the python bindings can be found alongside Stripe’s other bindings here:
In the standard documentation (the first link), most of the reference pages will have examples in Stripe’s official bindings (including Python). Just click on the Python tab to get the relevant documentation.
In the full API reference for python (the second link), the right half of the page will provide example requests and responses for various API calls.
Export Classification Notice
The software hosted on this website consists of publicly available open‑source packages. To the extent U.S. export regulations apply, software that is publicly available as described in 15 C.F.R. §§ 734.7 (for non-encryption software) or 742.15(b) (for encryption software) is not subject to the Export Administration Regulations (EAR). Users are responsible for complying with all applicable export laws and regulations.