Skip to content

Commit 13b5c47

Browse files
chore: update SDK settings
1 parent 635bd26 commit 13b5c47

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 5
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser%2Fcas-parser-b7fdba3d3f97c7debc22c7ca30b828bce81bcd64648df8c94029b27a3321ebb9.yml
33
openapi_spec_hash: 03f1315f1d32ada42445ca920f047dff
4-
config_hash: d9c1f7b95d5659724df3e026c4fab291
4+
config_hash: a09a453fc58f48d89b5b8fce49bfb354

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ The REST API documentation can be found on [docs.casparser.in](https://docs.casp
1616
## Installation
1717

1818
```sh
19-
# install from the production repo
20-
pip install git+ssh://[email protected]/CASParser/cas-parser-python.git
19+
# install from PyPI
20+
pip install cas_parser
2121
```
2222

23-
> [!NOTE]
24-
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install cas_parser`
25-
2623
## Usage
2724

2825
The full API of this library can be found in [api.md](api.md).
@@ -81,8 +78,8 @@ By default, the async client uses `httpx` for HTTP requests. However, for improv
8178
You can enable this by installing `aiohttp`:
8279

8380
```sh
84-
# install from the production repo
85-
pip install 'cas_parser[aiohttp] @ git+ssh://[email protected]/CASParser/cas-parser-python.git'
81+
# install from PyPI
82+
pip install cas_parser[aiohttp]
8683
```
8784

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

0 commit comments

Comments
 (0)