Skip to content

Commit 8072dfd

Browse files
feat(api): python publish true
1 parent 81f0de9 commit 8072dfd

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: 43
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-9d184cb502ab32a85db2889c796cdfebe812f2a55a604df79c85dd4b5e7e2add.yml
33
openapi_spec_hash: a9aa620376fce66532c84f9364209b0b
4-
config_hash: 2a4d7992f6d3a0db0e9a430d513d94e6
4+
config_hash: b4f610d4f53fe5bb17b35cf77a7521ea

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,10 @@ The REST API documentation can be found on [imagekit.io](https://imagekit.io/doc
4141
## Installation
4242

4343
```sh
44-
# install from the production repo
45-
pip install git+ssh://git@github.com/imagekit-developer/imagekit-python#master.git
44+
# install from PyPI
45+
pip install imagekitio
4646
```
4747

48-
> [!NOTE]
49-
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install imagekitio`
50-
5148
## Usage
5249

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

161158
```sh
162-
# install from the production repo
163-
pip install 'imagekitio[aiohttp] @ git+ssh://git@github.com/imagekit-developer/imagekit-python#master.git'
159+
# install from PyPI
160+
pip install imagekitio[aiohttp]
164161
```
165162

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

0 commit comments

Comments
 (0)