exa-py 1.14.10__tar.gz → 1.14.12__tar.gz
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-1.14.10 → exa_py-1.14.12}/PKG-INFO +12 -17
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/api.py +387 -139
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/research/client.py +18 -4
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/utils.py +2 -2
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/__init__.py +2 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/client.py +2 -0
- exa_py-1.14.12/exa_py/websets/events/__init__.py +3 -0
- exa_py-1.14.12/exa_py/websets/events/client.py +106 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/types.py +31 -15
- exa_py-1.14.12/exa_py.egg-info/PKG-INFO +128 -0
- exa_py-1.14.12/exa_py.egg-info/SOURCES.txt +41 -0
- exa_py-1.14.12/exa_py.egg-info/dependency_links.txt +1 -0
- exa_py-1.14.12/exa_py.egg-info/requires.txt +5 -0
- exa_py-1.14.12/exa_py.egg-info/top_level.txt +1 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/pyproject.toml +1 -1
- exa_py-1.14.12/setup.cfg +4 -0
- exa_py-1.14.12/setup.py +26 -0
- exa_py-1.14.12/tests/test_search_api.py +136 -0
- exa_py-1.14.12/tests/test_websets.py +418 -0
- exa_py-1.14.12/tests/test_websets_events.py +416 -0
- exa_py-1.14.12/tests/test_websets_imports.py +439 -0
- exa_py-1.14.12/tests/test_websets_monitors.py +502 -0
- exa_py-1.14.10/exa_py/websets/_generator/pydantic/BaseModel.jinja2 +0 -42
- {exa_py-1.14.10 → exa_py-1.14.12}/README.md +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/__init__.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/py.typed +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/research/__init__.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/research/models.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/core/__init__.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/core/base.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/enrichments/__init__.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/enrichments/client.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/imports/__init__.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/imports/client.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/items/__init__.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/items/client.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/monitors/__init__.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/monitors/client.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/monitors/runs/__init__.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/monitors/runs/client.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/searches/__init__.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/searches/client.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/webhooks/__init__.py +0 -0
- {exa_py-1.14.10 → exa_py-1.14.12}/exa_py/websets/webhooks/client.py +0 -0
|
@@ -1,24 +1,20 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: exa-py
|
|
3
|
-
Version: 1.14.
|
|
3
|
+
Version: 1.14.12
|
|
4
4
|
Summary: Python SDK for Exa API.
|
|
5
|
+
Home-page: https://github.com/exa-labs/exa-py
|
|
6
|
+
Author: Exa
|
|
7
|
+
Author-email: Exa AI <hello@exa.ai>
|
|
5
8
|
License: MIT
|
|
6
|
-
Author: Exa AI
|
|
7
|
-
Author-email: hello@exa.ai
|
|
8
9
|
Requires-Python: >=3.9
|
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
-
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
-
Requires-Dist: httpx (>=0.28.1)
|
|
17
|
-
Requires-Dist: openai (>=1.48)
|
|
18
|
-
Requires-Dist: pydantic (>=2.10.6)
|
|
19
|
-
Requires-Dist: requests (>=2.32.3)
|
|
20
|
-
Requires-Dist: typing-extensions (>=4.12.2)
|
|
21
10
|
Description-Content-Type: text/markdown
|
|
11
|
+
Requires-Dist: requests>=2.32.3
|
|
12
|
+
Requires-Dist: typing-extensions>=4.12.2
|
|
13
|
+
Requires-Dist: openai>=1.48
|
|
14
|
+
Requires-Dist: pydantic>=2.10.6
|
|
15
|
+
Requires-Dist: httpx>=0.28.1
|
|
16
|
+
Dynamic: author
|
|
17
|
+
Dynamic: home-page
|
|
22
18
|
|
|
23
19
|
# Exa
|
|
24
20
|
|
|
@@ -130,4 +126,3 @@ exa = Exa(api_key="your-api-key")
|
|
|
130
126
|
output_schema=OUTPUT_SCHEMA,
|
|
131
127
|
)
|
|
132
128
|
```
|
|
133
|
-
|