stripe


Namestripe JSON
Version 9.4.0 PyPI version JSON
download
home_pagehttps://github.com/stripe/stripe-python
SummaryPython bindings for the Stripe API
upload_time2024-04-25 20:44:54
maintainerNone
docs_urlNone
authorStripe
requires_python>=3.6
licenseMIT
keywords stripe api payments
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            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/50/61/91e298b908582e68454e896fe3be3a1d50b87c0b39fc3ad90af1581f87b4/stripe-9.4.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": "9.4.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": "86b7384467d4e0a6d8bf4b82233820d2ee1e12c769c3483841f7c667efae7cad",
                "md5": "90ce1d1d7b7bbd05f7c9c71f334337ea",
                "sha256": "d4e8fbae89504b8e51a03619c1aaa2a77e2ee9b1db8d129e18dfe0e2537a0ddd"
            },
            "downloads": -1,
            "filename": "stripe-9.4.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "90ce1d1d7b7bbd05f7c9c71f334337ea",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 1501351,
            "upload_time": "2024-04-25T20:44:50",
            "upload_time_iso_8601": "2024-04-25T20:44:50.490208Z",
            "url": "https://files.pythonhosted.org/packages/86/b7/384467d4e0a6d8bf4b82233820d2ee1e12c769c3483841f7c667efae7cad/stripe-9.4.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "506191e298b908582e68454e896fe3be3a1d50b87c0b39fc3ad90af1581f87b4",
                "md5": "82dd657375974ddaf323bdcb3a905174",
                "sha256": "0fde1cbbf45ee0d77bd7fbd8561886dfb6dac0f36e5a9e53fdca4a7386e23ecc"
            },
            "downloads": -1,
            "filename": "stripe-9.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "82dd657375974ddaf323bdcb3a905174",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1260466,
            "upload_time": "2024-04-25T20:44:54",
            "upload_time_iso_8601": "2024-04-25T20:44:54.826065Z",
            "url": "https://files.pythonhosted.org/packages/50/61/91e298b908582e68454e896fe3be3a1d50b87c0b39fc3ad90af1581f87b4/stripe-9.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 20:44:54",
    "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"
}
        
Elapsed time: 0.34413s