File tree Expand file tree Collapse file tree 5 files changed +164
-164
lines changed
Expand file tree Collapse file tree 5 files changed +164
-164
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 12
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-c99d72d8d845f1eeabf7a716949a12408df952a2a0ca2b97df570da3a7c8bb49.yml
33openapi_spec_hash : 8a503cbccc8a5741554282327a557114
4- config_hash : f0716b8cafb142e4eb6627e179a8ad1e
4+ config_hash : 34e27664e945651957e26157dccb0320
Original file line number Diff line number Diff line change 11# Warp API Python API library
22
33<!-- prettier-ignore -->
4- [ ![ PyPI version] ( https://img.shields.io/pypi/v/warp -agent-sdk.svg?label=pypi%20(stable) )] ( https://pypi.org/project/warp -agent-sdk/ )
4+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/oz -agent-sdk.svg?label=pypi%20(stable) )] ( https://pypi.org/project/oz -agent-sdk/ )
55
66The Warp API Python library provides convenient access to the Warp API REST API from any Python 3.9+
77application. The library includes type definitions for all request params and response fields,
@@ -17,7 +17,7 @@ The full API of this library can be found in [api.md](api.md).
1717
1818``` sh
1919# install from PyPI
20- pip install warp -agent-sdk
20+ pip install oz -agent-sdk
2121```
2222
2323## Usage
@@ -135,7 +135,7 @@ You can enable this by installing `aiohttp`:
135135
136136``` sh
137137# install from PyPI
138- pip install warp -agent-sdk[aiohttp]
138+ pip install oz -agent-sdk[aiohttp]
139139```
140140
141141Then 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 = " warp -agent-sdk"
2+ name = " oz -agent-sdk"
33version = " 0.4.0"
44description = " The official Python library for the warp-api API"
55dynamic = [" readme" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ annotated-types==0.7.0
66anyio==4.12.0
77 # via
88 # httpx
9- # warp -agent-sdk
9+ # oz -agent-sdk
1010backports-asyncio-runner==1.2.0 ; python_full_version < '3.11'
1111 # via pytest-asyncio
1212certifi==2025.11.12
@@ -17,7 +17,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
1717 # via pytest
1818dirty-equals==0.11
1919distro==1.9.0
20- # via warp -agent-sdk
20+ # via oz -agent-sdk
2121exceptiongroup==1.3.1 ; python_full_version < '3.11'
2222 # via
2323 # anyio
@@ -30,8 +30,8 @@ httpcore==1.0.9
3030 # via httpx
3131httpx==0.28.1
3232 # via
33+ # oz-agent-sdk
3334 # respx
34- # warp-agent-sdk
3535idna==3.11
3636 # via
3737 # anyio
@@ -59,7 +59,7 @@ pathspec==0.12.1
5959pluggy==1.6.0
6060 # via pytest
6161pydantic==2.12.5
62- # via warp -agent-sdk
62+ # via oz -agent-sdk
6363pydantic-core==2.41.5
6464 # via pydantic
6565pygments==2.19.2
@@ -86,7 +86,7 @@ ruff==0.14.7
8686six==1.17.0 ; python_full_version < '3.10'
8787 # via python-dateutil
8888sniffio==1.3.1
89- # via warp -agent-sdk
89+ # via oz -agent-sdk
9090time-machine==2.19.0 ; python_full_version < '3.10'
9191time-machine==3.1.0 ; python_full_version >= '3.10'
9292tomli==2.3.0 ; python_full_version < '3.11'
@@ -98,12 +98,12 @@ typing-extensions==4.15.0
9898 # anyio
9999 # exceptiongroup
100100 # mypy
101+ # oz-agent-sdk
101102 # pydantic
102103 # pydantic-core
103104 # pyright
104105 # pytest-asyncio
105106 # typing-inspection
106- # warp-agent-sdk
107107typing-inspection==0.4.2
108108 # via pydantic
109109zipp==3.23.0
You can’t perform that action at this time.
0 commit comments