Official Stripe Bindings for Python
===================================
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:
- https://stripe.com/docs
- https://stripe.com/docs/api/?lang=python
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.
Raw data
{
"_id": null,
"home_page": "https://github.com/stripe/stripe-python",
"name": "stripe",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "stripe api payments",
"author": "Stripe",
"author_email": "support@stripe.com",
"download_url": "https://files.pythonhosted.org/packages/0d/96/358f9f62960826ee77de447d70e7ed09741dd5d53d684be1371913e51d7f/stripe-11.3.0.tar.gz",
"platform": null,
"description": "Official Stripe Bindings for Python\n===================================\n\nA Python library for Stripe's API.\n\n\nSetup\n-----\n\nYou can install this package by using the pip tool and installing:\n\n $ pip install stripe\n\nOr:\n\n $ easy_install stripe\n\n\nSetting up a Stripe Account\n---------------------------\n\nSign up for Stripe at https://dashboard.stripe.com/register.\n\nUsing the Stripe API\n--------------------\n\nDocumentation for the python bindings can be found alongside Stripe's other bindings here:\n\n- https://stripe.com/docs\n- https://stripe.com/docs/api/?lang=python\n\nIn 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.\n\nIn 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.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python bindings for the Stripe API",
"version": "11.3.0",
"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",
"Homepage": "https://github.com/stripe/stripe-python",
"Source Code": "https://github.com/stripe/stripe-python"
},
"split_keywords": [
"stripe",
"api",
"payments"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a4852f4365a0112e49ff646bc701b93e8c4eb314812d84149a43898ea88d377d",
"md5": "5fa28d87124f651ef74dcfb9873d8520",
"sha256": "9d2e86943e1e4f325835d3860c4f58aa98d49229c9caf67588f9f9b2451e8e56"
},
"downloads": -1,
"filename": "stripe-11.3.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "5fa28d87124f651ef74dcfb9873d8520",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.6",
"size": 1617363,
"upload_time": "2024-11-20T23:40:14",
"upload_time_iso_8601": "2024-11-20T23:40:14.506450Z",
"url": "https://files.pythonhosted.org/packages/a4/85/2f4365a0112e49ff646bc701b93e8c4eb314812d84149a43898ea88d377d/stripe-11.3.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0d96358f9f62960826ee77de447d70e7ed09741dd5d53d684be1371913e51d7f",
"md5": "6ff3907ef6aed97250a696ed590696aa",
"sha256": "98e625d9ddbabcecf02666867169696e113d9eaba27979fb310a7a8dfd44097c"
},
"downloads": -1,
"filename": "stripe-11.3.0.tar.gz",
"has_sig": false,
"md5_digest": "6ff3907ef6aed97250a696ed590696aa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1367031,
"upload_time": "2024-11-20T23:40:16",
"upload_time_iso_8601": "2024-11-20T23:40:16.578223Z",
"url": "https://files.pythonhosted.org/packages/0d/96/358f9f62960826ee77de447d70e7ed09741dd5d53d684be1371913e51d7f/stripe-11.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-20 23:40:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "stripe",
"github_project": "stripe-python",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "stripe"
}