py2ls 0.2.6.3__py3-none-any.whl → 0.2.6.6__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.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: py2ls
|
3
|
-
Version: 0.2.6.
|
3
|
+
Version: 0.2.6.6
|
4
4
|
Summary: py(thon)2(too)ls
|
5
5
|
Author: Jianfeng
|
6
6
|
Author-email: Jianfeng.Liu0413@gmail.com
|
@@ -42,6 +42,7 @@ Requires-Dist: gseapy (>=1.1.8) ; extra == "full"
|
|
42
42
|
Requires-Dist: gtts (>=2.5.4) ; extra == "full"
|
43
43
|
Requires-Dist: hdbscan (>=0.8.40) ; extra == "full"
|
44
44
|
Requires-Dist: img2pdf (>=0.5.1) ; extra == "full"
|
45
|
+
Requires-Dist: ipykernel (>=6.29.4) ; extra == "full" or extra == "superlight" or extra == "light"
|
45
46
|
Requires-Dist: ipython (>=8.26.0) ; extra == "full" or extra == "light"
|
46
47
|
Requires-Dist: langdetect (>=1.0.9) ; extra == "full"
|
47
48
|
Requires-Dist: lightgbm (>=4.6.0) ; extra == "full" or extra == "ml"
|
@@ -61,7 +62,7 @@ Requires-Dist: openpyxl (>=3.1.5) ; extra == "full" or extra == "superlight" or
|
|
61
62
|
Requires-Dist: pandas (>=2.2.2) ; extra == "full" or extra == "superlight" or extra == "light"
|
62
63
|
Requires-Dist: pdf2image (>=1.17.0) ; extra == "full"
|
63
64
|
Requires-Dist: phonenumbers (>=8.13.51) ; extra == "full"
|
64
|
-
Requires-Dist: pingouin (>=0.5.4) ; extra == "full" or extra == "light"
|
65
|
+
Requires-Dist: pingouin (>=0.5.4) ; extra == "full" or extra == "superlight" or extra == "light"
|
65
66
|
Requires-Dist: pixels2svg (>=0.2.2) ; extra == "full"
|
66
67
|
Requires-Dist: psutil (>=5.9.8) ; extra == "full" or extra == "superlight" or extra == "light"
|
67
68
|
Requires-Dist: py-cpuinfo (>=9.0.0) ; extra == "superlight" or extra == "light"
|
@@ -109,12 +110,13 @@ Description-Content-Type: text/markdown
|
|
109
110
|
|
110
111
|
```python
|
111
112
|
pip install py2ls
|
112
|
-
|
113
|
+
|
113
114
|
|
114
115
|
- Minimal version: pip install py2ls
|
115
116
|
- Light version: pip install py2ls[light]
|
116
117
|
- Full version: pip install py2ls[full]
|
117
118
|
- Or any combination like pip install py2ls[full,ml]
|
119
|
+
```
|
118
120
|
|
119
121
|
|
120
122
|
# ips
|
@@ -255,6 +255,6 @@ py2ls/sleep_events_detectors.py,sha256=bQA3HJqv5qnYKJJEIhCyhlDtkXQfIzqksnD0YRXso
|
|
255
255
|
py2ls/stats.py,sha256=xBXUHgV92iqNKtNaj7p5YouNJXKPrJcwkYJhc6lw8NI,34107
|
256
256
|
py2ls/translator.py,sha256=77Tp_GjmiiwFbEIJD_q3VYpQ43XL9ZeJo6Mhl44mvh8,34284
|
257
257
|
py2ls/wb_detector.py,sha256=7y6TmBUj9exCZeIgBAJ_9hwuhkDh1x_-yg4dvNY1_GQ,6284
|
258
|
-
py2ls-0.2.6.
|
259
|
-
py2ls-0.2.6.
|
260
|
-
py2ls-0.2.6.
|
258
|
+
py2ls-0.2.6.6.dist-info/METADATA,sha256=pSFMO7VXnoMm8PjDca7i5G6297Uw19NcC_9ItBY4kqk,18657
|
259
|
+
py2ls-0.2.6.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
260
|
+
py2ls-0.2.6.6.dist-info/RECORD,,
|
File without changes
|