Skip to content

Commit 323499b

Browse files
chore: update SDK settings
1 parent bd65b0f commit 323499b

File tree

5 files changed

+17
-20
lines changed

5 files changed

+17
-20
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: 2
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/you-com%2Fydc-search-api-04f2345110c3136d65a032316e9a5fb987d70d08b1b65f970d5f13860638b106.yml
33
openapi_spec_hash: f07d2ad7cbe69d51209ae44cea47d1d5
4-
config_hash: 6af56066c2e79c2cc1b01bd3bdb556e4
4+
config_hash: 4e6680a2004939fd6019b4ba734e5fd6

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ydc Search API Python API library
22

3-
[![PyPI version](https://img.shields.io/pypi/v/ydc_search_api.svg)](https://pypi.org/project/ydc_search_api/)
3+
[![PyPI version](https://img.shields.io/pypi/v/youdotcom.svg)](https://pypi.org/project/youdotcom/)
44

55
The Ydc Search API Python library provides convenient access to the Ydc Search API REST API from any Python 3.8+
66
application. The library includes type definitions for all request params and response fields,
@@ -15,13 +15,10 @@ The REST API documentation can be found on [documentation.you.com](https://docum
1515
## Installation
1616

1717
```sh
18-
# install from the production repo
19-
pip install git+ssh://[email protected]/You-OpenSource/You-Python.git
18+
# install from PyPI
19+
pip install --pre youdotcom
2020
```
2121

22-
> [!NOTE]
23-
> Once this package is [published to PyPI](https://app.stainless.com/docs/guides/publish), this will become: `pip install --pre ydc_search_api`
24-
2522
## Usage
2623

2724
The full API of this library can be found in [api.md](api.md).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "ydc_search_api"
2+
name = "youdotcom"
33
version = "0.0.1-alpha.0"
44
description = "The official Python library for the ydc-search-api API"
55
dynamic = ["readme"]

requirements-dev.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ annotated-types==0.6.0
1414
# via pydantic
1515
anyio==4.4.0
1616
# via httpx
17-
# via ydc-search-api
17+
# via youdotcom
1818
argcomplete==3.1.2
1919
# via nox
2020
certifi==2023.7.22
@@ -26,7 +26,7 @@ dirty-equals==0.6.0
2626
distlib==0.3.7
2727
# via virtualenv
2828
distro==1.8.0
29-
# via ydc-search-api
29+
# via youdotcom
3030
exceptiongroup==1.2.2
3131
# via anyio
3232
# via pytest
@@ -38,7 +38,7 @@ httpcore==1.0.2
3838
# via httpx
3939
httpx==0.28.1
4040
# via respx
41-
# via ydc-search-api
41+
# via youdotcom
4242
idna==3.4
4343
# via anyio
4444
# via httpx
@@ -64,7 +64,7 @@ platformdirs==3.11.0
6464
pluggy==1.5.0
6565
# via pytest
6666
pydantic==2.10.3
67-
# via ydc-search-api
67+
# via youdotcom
6868
pydantic-core==2.27.1
6969
# via pydantic
7070
pygments==2.18.0
@@ -86,7 +86,7 @@ six==1.16.0
8686
# via python-dateutil
8787
sniffio==1.3.0
8888
# via anyio
89-
# via ydc-search-api
89+
# via youdotcom
9090
time-machine==2.9.0
9191
tomli==2.0.2
9292
# via mypy
@@ -97,7 +97,7 @@ typing-extensions==4.12.2
9797
# via pydantic
9898
# via pydantic-core
9999
# via pyright
100-
# via ydc-search-api
100+
# via youdotcom
101101
virtualenv==20.24.5
102102
# via nox
103103
zipp==3.17.0

requirements.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@ annotated-types==0.6.0
1414
# via pydantic
1515
anyio==4.4.0
1616
# via httpx
17-
# via ydc-search-api
17+
# via youdotcom
1818
certifi==2023.7.22
1919
# via httpcore
2020
# via httpx
2121
distro==1.8.0
22-
# via ydc-search-api
22+
# via youdotcom
2323
exceptiongroup==1.2.2
2424
# via anyio
2525
h11==0.14.0
2626
# via httpcore
2727
httpcore==1.0.2
2828
# via httpx
2929
httpx==0.28.1
30-
# via ydc-search-api
30+
# via youdotcom
3131
idna==3.4
3232
# via anyio
3333
# via httpx
3434
pydantic==2.10.3
35-
# via ydc-search-api
35+
# via youdotcom
3636
pydantic-core==2.27.1
3737
# via pydantic
3838
sniffio==1.3.0
3939
# via anyio
40-
# via ydc-search-api
40+
# via youdotcom
4141
typing-extensions==4.12.2
4242
# via anyio
4343
# via pydantic
4444
# via pydantic-core
45-
# via ydc-search-api
45+
# via youdotcom

0 commit comments

Comments
 (0)