File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 22
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless-commons%2Fstripe-minimal-d7db5d2f2f83e89d00e8529a1b6d4ed4746bd306d0e6ffba02f321b576dcc340.yml
33openapi_spec_hash : e09fbe83a958ffba517bce207e9f9dc1
4- config_hash : b33571505413bdaa813ed04e1f6c23ba
4+ config_hash : 957cd4dc5cc7bbb0ca9a15611bb95cdc
Original file line number Diff line number Diff line change 11# Stripe Python API library
22
33<!-- prettier-ignore -->
4- [ ![ PyPI version] ( https://img.shields.io/pypi/v/stainless-commons-stripe .svg?label=pypi%20(stable) )] ( https://pypi.org/project/stainless-commons-stripe / )
4+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/stainless_commons_stripe .svg?label=pypi%20(stable) )] ( https://pypi.org/project/stainless_commons_stripe / )
55
66The Stripe Python library provides convenient access to the Stripe REST API from any Python 3.9+
77application. The library includes type definitions for all request params and response fields,
@@ -30,7 +30,7 @@ pip install git+ssh://git@github.com/stainless-commons/stripe-python.git
3030```
3131
3232> [ !NOTE]
33- > Once this package is [ published to PyPI] ( https://www.stainless.com/docs/guides/publish ) , this will become: ` pip install stainless-commons-stripe `
33+ > Once this package is [ published to PyPI] ( https://www.stainless.com/docs/guides/publish ) , this will become: ` pip install stainless_commons_stripe `
3434
3535## Usage
3636
@@ -85,7 +85,7 @@ You can enable this by installing `aiohttp`:
8585
8686``` sh
8787# install from the production repo
88- pip install ' stainless-commons-stripe [aiohttp] @ git+ssh://git@github.com/stainless-commons/stripe-python.git'
88+ pip install ' stainless_commons_stripe [aiohttp] @ git+ssh://git@github.com/stainless-commons/stripe-python.git'
8989```
9090
9191Then you can enable it by instantiating the client with ` http_client=DefaultAioHttpClient() ` :
Original file line number Diff line number Diff line change 11[project ]
2- name = " stainless-commons-stripe "
2+ name = " stainless_commons_stripe "
33version = " 0.0.1"
44description = " The official Python library for the Stripe API"
55dynamic = [" readme" ]
You can’t perform that action at this time.
0 commit comments