gituser/production/: stripe-2.60.0 metadata and description

Homepage Simple index

Python bindings for the Stripe API

author Stripe
author_email support@stripe.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Software Development :: Libraries :: Python Modules
description_content_type text/x-rst
keywords stripe api payments
license MIT
project_urls
  • Bug Tracker, https://github.com/stripe/stripe-python/issues
  • Documentation, https://stripe.com/docs/api/python
  • Source Code, https://github.com/stripe/stripe-python
requires_dist
  • requests[security] (>=2.20) ; python_version < "3.0"
  • requests (>=2.20) ; python_version >= "3.0"
requires_python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
File Tox results History
stripe-2.60.0-py2.py3-none-any.whl
Size
203 KB
Type
Python Wheel
Python
2.7

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

Setting up a Stripe Account

Sign up for Stripe at https://dashboard.stripe.com/register.

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.