py2ls 0.2.6.3__py3-none-any.whl → 0.2.6.5__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.5
|
4
4
|
Summary: py(thon)2(too)ls
|
5
5
|
Author: Jianfeng
|
6
6
|
Author-email: Jianfeng.Liu0413@gmail.com
|
@@ -61,7 +61,7 @@ Requires-Dist: openpyxl (>=3.1.5) ; extra == "full" or extra == "superlight" or
|
|
61
61
|
Requires-Dist: pandas (>=2.2.2) ; extra == "full" or extra == "superlight" or extra == "light"
|
62
62
|
Requires-Dist: pdf2image (>=1.17.0) ; extra == "full"
|
63
63
|
Requires-Dist: phonenumbers (>=8.13.51) ; extra == "full"
|
64
|
-
Requires-Dist: pingouin (>=0.5.4) ; extra == "full" or extra == "light"
|
64
|
+
Requires-Dist: pingouin (>=0.5.4) ; extra == "full" or extra == "superlight" or extra == "light"
|
65
65
|
Requires-Dist: pixels2svg (>=0.2.2) ; extra == "full"
|
66
66
|
Requires-Dist: psutil (>=5.9.8) ; extra == "full" or extra == "superlight" or extra == "light"
|
67
67
|
Requires-Dist: py-cpuinfo (>=9.0.0) ; extra == "superlight" or extra == "light"
|
@@ -109,12 +109,13 @@ Description-Content-Type: text/markdown
|
|
109
109
|
|
110
110
|
```python
|
111
111
|
pip install py2ls
|
112
|
-
|
112
|
+
|
113
113
|
|
114
114
|
- Minimal version: pip install py2ls
|
115
115
|
- Light version: pip install py2ls[light]
|
116
116
|
- Full version: pip install py2ls[full]
|
117
117
|
- Or any combination like pip install py2ls[full,ml]
|
118
|
+
```
|
118
119
|
|
119
120
|
|
120
121
|
# 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.5.dist-info/METADATA,sha256=X-FxhxBVyr_3y_rvPpIgGuCyQ-NzNEWKrgSwLagU0lU,18558
|
259
|
+
py2ls-0.2.6.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
260
|
+
py2ls-0.2.6.5.dist-info/RECORD,,
|
File without changes
|