exa-py 1.0.18b1__py3-none-any.whl → 1.1.0__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 +5 -5
- {exa_py-1.0.18b1.dist-info → exa_py-1.1.0.dist-info}/METADATA +1 -1
- exa_py-1.1.0.dist-info/RECORD +8 -0
- exa_py-1.0.18b1.dist-info/RECORD +0 -8
- {exa_py-1.0.18b1.dist-info → exa_py-1.1.0.dist-info}/WHEEL +0 -0
- {exa_py-1.0.18b1.dist-info → exa_py-1.1.0.dist-info}/top_level.txt +0 -0
exa_py/api.py
CHANGED
|
@@ -142,12 +142,12 @@ CONTENTS_OPTIONS_TYPES = {
|
|
|
142
142
|
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
+
# the livecrawl options
|
|
146
|
+
LIVECRAWL_OPTIONS = Literal["always", "fallback", "never"]
|
|
147
|
+
CONTENTS_OPTIONS_TYPES["livecrawl_timeout"] = [int]
|
|
148
|
+
CONTENTS_OPTIONS_TYPES["livecrawl"] = [LIVECRAWL_OPTIONS]
|
|
149
|
+
|
|
145
150
|
if is_beta:
|
|
146
|
-
# the livecrawl options
|
|
147
|
-
LIVECRAWL_OPTIONS = Literal["always", "fallback", "never"]
|
|
148
|
-
|
|
149
|
-
CONTENTS_OPTIONS_TYPES["livecrawl_timeout"] = [int]
|
|
150
|
-
CONTENTS_OPTIONS_TYPES["livecrawl"] = [LIVECRAWL_OPTIONS]
|
|
151
151
|
CONTENTS_OPTIONS_TYPES["filter_empty_results"] = [bool]
|
|
152
152
|
|
|
153
153
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
exa_py/__init__.py,sha256=aVF1zB_UV3dagJ5Vn2WrdcInzibdIW61M89sjwRCU_g,29
|
|
2
|
+
exa_py/api.py,sha256=mt7q77-kyyKWdap0PV7OpiFcoj4W55E0Yd3uNb_o00U,45910
|
|
3
|
+
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
exa_py/utils.py,sha256=Rc1FJjoR9LQ7L_OJM91Sd1GNkbHjcLyEvJENhRix6gc,2405
|
|
5
|
+
exa_py-1.1.0.dist-info/METADATA,sha256=NIYG4NYcdl5alj6k7h39yHg6NEtcaPrmXrEAXLJMp2I,3030
|
|
6
|
+
exa_py-1.1.0.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
|
|
7
|
+
exa_py-1.1.0.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
+
exa_py-1.1.0.dist-info/RECORD,,
|
exa_py-1.0.18b1.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
exa_py/__init__.py,sha256=aVF1zB_UV3dagJ5Vn2WrdcInzibdIW61M89sjwRCU_g,29
|
|
2
|
-
exa_py/api.py,sha256=gHQ-_6LKiK4rj72nqfITKmTIPH40aiRWAra6VG7mKcU,45930
|
|
3
|
-
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
exa_py/utils.py,sha256=Rc1FJjoR9LQ7L_OJM91Sd1GNkbHjcLyEvJENhRix6gc,2405
|
|
5
|
-
exa_py-1.0.18b1.dist-info/METADATA,sha256=KtG9yo8VrLLhjmptonQo3X6w06GP4XAk6QRxIzg8tBM,3033
|
|
6
|
-
exa_py-1.0.18b1.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
|
|
7
|
-
exa_py-1.0.18b1.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
-
exa_py-1.0.18b1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|