exa-py 1.3.0b0__py3-none-any.whl → 1.3.1b0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of exa-py might be problematic. Click here for more details.
- exa_py/api.py +3 -3
- {exa_py-1.3.0b0.dist-info → exa_py-1.3.1b0.dist-info}/METADATA +1 -1
- exa_py-1.3.1b0.dist-info/RECORD +8 -0
- exa_py-1.3.0b0.dist-info/RECORD +0 -8
- {exa_py-1.3.0b0.dist-info → exa_py-1.3.1b0.dist-info}/WHEEL +0 -0
- {exa_py-1.3.0b0.dist-info → exa_py-1.3.1b0.dist-info}/top_level.txt +0 -0
exa_py/api.py
CHANGED
|
@@ -147,8 +147,8 @@ CONTENTS_OPTIONS_TYPES = {
|
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
CONTENTS_ENDPOINT_OPTIONS_TYPES = {
|
|
150
|
-
"subpages": [int],
|
|
151
|
-
"subpage_target": [str, list]
|
|
150
|
+
"subpages": [int], # Number of subpages to get contents for; these will appear as additional content results
|
|
151
|
+
"subpage_target": [str, list] # Specific subpage(s) to get contents for
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
# FOR BETA OPTIONS
|
|
@@ -471,7 +471,7 @@ class Exa:
|
|
|
471
471
|
self,
|
|
472
472
|
api_key: Optional[str],
|
|
473
473
|
base_url: str = "https://api.exa.ai",
|
|
474
|
-
user_agent: str = "exa-py 1.3.
|
|
474
|
+
user_agent: str = "exa-py 1.3.1-beta",
|
|
475
475
|
):
|
|
476
476
|
"""Initialize the Exa client with the provided API key and optional base URL and user agent.
|
|
477
477
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
exa_py/__init__.py,sha256=1selemczpRm1y8V9cWNm90LARnU1jbtyp-Qpx3c7cTw,28
|
|
2
|
+
exa_py/api.py,sha256=B9R9eoeOpGsS-giNlT6fftkNI8V4dhGtj-YVcTDuo0o,47455
|
|
3
|
+
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
exa_py/utils.py,sha256=Rc1FJjoR9LQ7L_OJM91Sd1GNkbHjcLyEvJENhRix6gc,2405
|
|
5
|
+
exa_py-1.3.1b0.dist-info/METADATA,sha256=lQlvuXR2i-KdMCuQbNR4tew9m1N2fY0HyHclfvyf0Jw,3032
|
|
6
|
+
exa_py-1.3.1b0.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
|
|
7
|
+
exa_py-1.3.1b0.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
+
exa_py-1.3.1b0.dist-info/RECORD,,
|
exa_py-1.3.0b0.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
exa_py/__init__.py,sha256=1selemczpRm1y8V9cWNm90LARnU1jbtyp-Qpx3c7cTw,28
|
|
2
|
-
exa_py/api.py,sha256=L2z0xbAH6AO2A3Y1X0TP4P-RS5i6WsMTTjZ0-jLRO2U,47322
|
|
3
|
-
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
exa_py/utils.py,sha256=Rc1FJjoR9LQ7L_OJM91Sd1GNkbHjcLyEvJENhRix6gc,2405
|
|
5
|
-
exa_py-1.3.0b0.dist-info/METADATA,sha256=s4-wKpQqy8CymQyWMB_qGVA7FKUwVobSLH9tJIBcV-k,3032
|
|
6
|
-
exa_py-1.3.0b0.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
|
|
7
|
-
exa_py-1.3.0b0.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
-
exa_py-1.3.0b0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|