Skip to content

Commit 217b866

Browse files
chore: update SDK settings
1 parent 5694dbe commit 217b866

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
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: 3
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-c4c5f89f67a73e4d17377d2b96fc201a63cd5458cbebaa23e78f92b59b90cc5b.yml
33
openapi_spec_hash: 931c6189a4fc4ee320963646b1b7edbe
4-
config_hash: e63653c8646a9ae8daec23735f7260cb
4+
config_hash: 86b64459cd89ad9041d815b23f25cb5b

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Warp API Python API library
22

33
<!-- prettier-ignore -->
4-
[![PyPI version](https://img.shields.io/pypi/v/warp_sdk.svg?label=pypi%20(stable))](https://pypi.org/project/warp_sdk/)
4+
[![PyPI version](https://img.shields.io/pypi/v/warp-sdk.svg?label=pypi%20(stable))](https://pypi.org/project/warp-sdk/)
55

66
The Warp API Python library provides convenient access to the Warp API REST API from any Python 3.9+
77
application. The library includes type definitions for all request params and response fields,
@@ -16,13 +16,10 @@ The full API of this library can be found in [api.md](api.md).
1616
## Installation
1717

1818
```sh
19-
# install from the production repo
20-
pip install git+ssh://[email protected]/warpdotdev/warp-sdk-python.git
19+
# install from PyPI
20+
pip install warp-sdk
2121
```
2222

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

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

8178
```sh
82-
# install from the production repo
83-
pip install 'warp_sdk[aiohttp] @ git+ssh://[email protected]/warpdotdev/warp-sdk-python.git'
79+
# install from PyPI
80+
pip install warp-sdk[aiohttp]
8481
```
8582

8683
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 = "warp_sdk"
2+
name = "warp-sdk"
33
version = "0.0.1"
44
description = "The official Python library for the warp-api API"
55
dynamic = ["readme"]

0 commit comments

Comments
 (0)