Skip to content

Commit ddd39ed

Browse files
feat(api): manual updates
1 parent ce1515f commit ddd39ed

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 22
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless-commons%2Fstripe-minimal-d7db5d2f2f83e89d00e8529a1b6d4ed4746bd306d0e6ffba02f321b576dcc340.yml
33
openapi_spec_hash: e09fbe83a958ffba517bce207e9f9dc1
4-
config_hash: b33571505413bdaa813ed04e1f6c23ba
4+
config_hash: 957cd4dc5cc7bbb0ca9a15611bb95cdc

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
The Stripe Python library provides convenient access to the Stripe REST API from any Python 3.9+
77
application. 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

9191
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "stainless-commons-stripe"
2+
name = "stainless_commons_stripe"
33
version = "0.0.1"
44
description = "The official Python library for the Stripe API"
55
dynamic = ["readme"]

0 commit comments

Comments
 (0)