py2ls 0.2.4.9.3__py3-none-any.whl → 0.2.4.9.4__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.
py2ls/ips.py
CHANGED
@@ -70,7 +70,6 @@ def plt_font(dir_font: str = "/System/Library/Fonts/Hiragino Sans GB.ttc"):
|
|
70
70
|
return fontname
|
71
71
|
|
72
72
|
|
73
|
-
dir_save = None
|
74
73
|
# set 'dir_save'
|
75
74
|
if "dar" in sys.platform:
|
76
75
|
dir_save = "/Users/macjianfeng/Dropbox/Downloads/"
|
@@ -393,7 +392,7 @@ def search(
|
|
393
392
|
output="df",
|
394
393
|
verbose=False,
|
395
394
|
download=False,
|
396
|
-
dir_save=
|
395
|
+
dir_save=None,
|
397
396
|
**kwargs,
|
398
397
|
):
|
399
398
|
from duckduckgo_search import DDGS
|
@@ -214,7 +214,7 @@ py2ls/export_requirements.py,sha256=x2WgUF0jYKz9GfA1MVKN-MdsM-oQ8yUeC6Ua8oCymio,
|
|
214
214
|
py2ls/fetch_update.py,sha256=9LXj661GpCEFII2wx_99aINYctDiHni6DOruDs_fdt8,4752
|
215
215
|
py2ls/freqanalysis.py,sha256=F4218VSPbgL5tnngh6xNCYuNnfR-F_QjECUUxrPYZss,32594
|
216
216
|
py2ls/ich2ls.py,sha256=3E9R8oVpyYZXH5PiIQgT3CN5NxLe4Dwtm2LwaeacE6I,21381
|
217
|
-
py2ls/ips.py,sha256=
|
217
|
+
py2ls/ips.py,sha256=ccaMcnoTUGsW1vWcJXZoh6LTSQevuuO4_AYuZpNP8BY,265177
|
218
218
|
py2ls/ml2ls.py,sha256=EN-ufKgFs6NWPJVyh3mu9VmRyRK4vgi6rzufDd7B2pA,106633
|
219
219
|
py2ls/mol.py,sha256=AZnHzarIk_MjueKdChqn1V6e4tUle3X1NnHSFA6n3Nw,10645
|
220
220
|
py2ls/netfinder.py,sha256=RJFr80tGEJiuwEx99IBOhI5-ZuXnPdWnGUYpF7XCEwI,56426
|
@@ -225,6 +225,6 @@ py2ls/sleep_events_detectors.py,sha256=bQA3HJqv5qnYKJJEIhCyhlDtkXQfIzqksnD0YRXso
|
|
225
225
|
py2ls/stats.py,sha256=DMoJd8Z5YV9T1wB-4P52F5K5scfVK55DT8UP4Twcebo,38627
|
226
226
|
py2ls/translator.py,sha256=zBeq4pYZeroqw3DT-5g7uHfVqKd-EQptT6LJ-Adi8JY,34244
|
227
227
|
py2ls/wb_detector.py,sha256=7y6TmBUj9exCZeIgBAJ_9hwuhkDh1x_-yg4dvNY1_GQ,6284
|
228
|
-
py2ls-0.2.4.9.
|
229
|
-
py2ls-0.2.4.9.
|
230
|
-
py2ls-0.2.4.9.
|
228
|
+
py2ls-0.2.4.9.4.dist-info/METADATA,sha256=aIBMMfb9xGpBiqgc_C0z8AFd0xAV_wnJmsb22_NQSMw,20040
|
229
|
+
py2ls-0.2.4.9.4.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
230
|
+
py2ls-0.2.4.9.4.dist-info/RECORD,,
|
File without changes
|