File tree Expand file tree Collapse file tree 5 files changed +17
-20
lines changed Expand file tree Collapse file tree 5 files changed +17
-20
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 2
2
2
openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/you-com%2Fydc-search-api-04f2345110c3136d65a032316e9a5fb987d70d08b1b65f970d5f13860638b106.yml
3
3
openapi_spec_hash : f07d2ad7cbe69d51209ae44cea47d1d5
4
- config_hash : 6af56066c2e79c2cc1b01bd3bdb556e4
4
+ config_hash : 4e6680a2004939fd6019b4ba734e5fd6
Original file line number Diff line number Diff line change 1
1
# Ydc Search API Python API library
2
2
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 / )
4
4
5
5
The Ydc Search API Python library provides convenient access to the Ydc Search API REST API from any Python 3.8+
6
6
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
15
15
## Installation
16
16
17
17
``` 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
20
20
```
21
21
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
-
25
22
## Usage
26
23
27
24
The full API of this library can be found in [ api.md] ( api.md ) .
Original file line number Diff line number Diff line change 1
1
[project ]
2
- name = " ydc_search_api "
2
+ name = " youdotcom "
3
3
version = " 0.0.1-alpha.0"
4
4
description = " The official Python library for the ydc-search-api API"
5
5
dynamic = [" readme" ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ annotated-types==0.6.0
14
14
# via pydantic
15
15
anyio==4.4.0
16
16
# via httpx
17
- # via ydc-search-api
17
+ # via youdotcom
18
18
argcomplete==3.1.2
19
19
# via nox
20
20
certifi==2023.7.22
@@ -26,7 +26,7 @@ dirty-equals==0.6.0
26
26
distlib==0.3.7
27
27
# via virtualenv
28
28
distro==1.8.0
29
- # via ydc-search-api
29
+ # via youdotcom
30
30
exceptiongroup==1.2.2
31
31
# via anyio
32
32
# via pytest
@@ -38,7 +38,7 @@ httpcore==1.0.2
38
38
# via httpx
39
39
httpx==0.28.1
40
40
# via respx
41
- # via ydc-search-api
41
+ # via youdotcom
42
42
idna==3.4
43
43
# via anyio
44
44
# via httpx
@@ -64,7 +64,7 @@ platformdirs==3.11.0
64
64
pluggy==1.5.0
65
65
# via pytest
66
66
pydantic==2.10.3
67
- # via ydc-search-api
67
+ # via youdotcom
68
68
pydantic-core==2.27.1
69
69
# via pydantic
70
70
pygments==2.18.0
@@ -86,7 +86,7 @@ six==1.16.0
86
86
# via python-dateutil
87
87
sniffio==1.3.0
88
88
# via anyio
89
- # via ydc-search-api
89
+ # via youdotcom
90
90
time-machine==2.9.0
91
91
tomli==2.0.2
92
92
# via mypy
@@ -97,7 +97,7 @@ typing-extensions==4.12.2
97
97
# via pydantic
98
98
# via pydantic-core
99
99
# via pyright
100
- # via ydc-search-api
100
+ # via youdotcom
101
101
virtualenv==20.24.5
102
102
# via nox
103
103
zipp==3.17.0
Original file line number Diff line number Diff line change @@ -14,32 +14,32 @@ annotated-types==0.6.0
14
14
# via pydantic
15
15
anyio==4.4.0
16
16
# via httpx
17
- # via ydc-search-api
17
+ # via youdotcom
18
18
certifi==2023.7.22
19
19
# via httpcore
20
20
# via httpx
21
21
distro==1.8.0
22
- # via ydc-search-api
22
+ # via youdotcom
23
23
exceptiongroup==1.2.2
24
24
# via anyio
25
25
h11==0.14.0
26
26
# via httpcore
27
27
httpcore==1.0.2
28
28
# via httpx
29
29
httpx==0.28.1
30
- # via ydc-search-api
30
+ # via youdotcom
31
31
idna==3.4
32
32
# via anyio
33
33
# via httpx
34
34
pydantic==2.10.3
35
- # via ydc-search-api
35
+ # via youdotcom
36
36
pydantic-core==2.27.1
37
37
# via pydantic
38
38
sniffio==1.3.0
39
39
# via anyio
40
- # via ydc-search-api
40
+ # via youdotcom
41
41
typing-extensions==4.12.2
42
42
# via anyio
43
43
# via pydantic
44
44
# via pydantic-core
45
- # via ydc-search-api
45
+ # via youdotcom
You can’t perform that action at this time.
0 commit comments