py2ls 0.2.5.15__py3-none-any.whl → 0.2.6.2__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/.git/index CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: py2ls
3
- Version: 0.2.5.15
3
+ Version: 0.2.6.2
4
4
  Summary: py(thon)2(too)ls
5
5
  Author: Jianfeng
6
6
  Author-email: Jianfeng.Liu0413@gmail.com
@@ -19,71 +19,73 @@ Provides-Extra: light
19
19
  Provides-Extra: ml
20
20
  Provides-Extra: neuroscience
21
21
  Requires-Dist: GEOparse (>=2.0.4) ; extra == "full"
22
- Requires-Dist: Pillow (>=11.2.1) ; extra == "light"
23
- Requires-Dist: PyPDF2 (>=3.0.1) ; extra == "light"
24
- Requires-Dist: PyYAML (>=6.0.1) ; extra == "light"
22
+ Requires-Dist: Pillow (>=11.2.1) ; extra == "full" or extra == "light"
23
+ Requires-Dist: PyPDF2 (>=3.0.1) ; extra == "full" or extra == "light"
24
+ Requires-Dist: PyYAML (>=6.0.1) ; extra == "full" or extra == "light"
25
25
  Requires-Dist: SQLAlchemy (>=2.0.37) ; extra == "full"
26
- Requires-Dist: adjustText (>=1.3.0) ; extra == "full"
26
+ Requires-Dist: adjustText (>=1.3.0) ; extra == "full" or extra == "light"
27
27
  Requires-Dist: autogluon (>=1.2) ; extra == "full" or extra == "ml"
28
- Requires-Dist: beautifulsoup4 (>=4.12.3) ; extra == "light"
28
+ Requires-Dist: beautifulsoup4 (>=4.12.3) ; extra == "full" or extra == "light"
29
29
  Requires-Dist: catboost (>=1.2.8) ; extra == "full" or extra == "ml"
30
30
  Requires-Dist: category_encoders (>=2.8.1) ; extra == "full"
31
- Requires-Dist: chardet (>=3.0.4) ; extra == "light"
32
- Requires-Dist: cryptography (>=45.0.3) ; extra == "light"
33
- Requires-Dist: cycler (>=0.12.1) ; extra == "light"
34
- Requires-Dist: docx2pdf (>=0.1.8) ; extra == "full"
35
- Requires-Dist: fake-useragent (>=1.5.1) ; extra == "light"
31
+ Requires-Dist: chardet (>=3.0.4) ; extra == "full" or extra == "light"
32
+ Requires-Dist: cryptography (>=45.0.3) ; extra == "full" or extra == "light"
33
+ Requires-Dist: cycler (>=0.12.1) ; extra == "full" or extra == "light"
34
+ Requires-Dist: docx2pdf (>=0.1.8) ; extra == "full" or extra == "light"
35
+ Requires-Dist: fake-useragent (>=1.5.1) ; extra == "full" or extra == "light"
36
36
  Requires-Dist: folium (>=0.19.6) ; extra == "full"
37
- Requires-Dist: fpdf (>=1.7.2) ; extra == "light"
38
- Requires-Dist: fuzzywuzzy (>=0.18.0) ; extra == "full"
37
+ Requires-Dist: fpdf (>=1.7.2) ; extra == "full" or extra == "light"
38
+ Requires-Dist: fuzzywuzzy (>=0.18.0) ; extra == "full" or extra == "light"
39
39
  Requires-Dist: geopy (>=2.4.1) ; extra == "full"
40
40
  Requires-Dist: gseapy (>=1.1.8) ; extra == "full"
41
41
  Requires-Dist: gtts (>=2.5.4) ; extra == "full"
42
42
  Requires-Dist: hdbscan (>=0.8.40) ; extra == "full"
43
43
  Requires-Dist: img2pdf (>=0.5.1) ; extra == "full"
44
- Requires-Dist: ipython (>=8.26.0) ; extra == "light"
44
+ Requires-Dist: ipython (>=8.26.0) ; extra == "full" or extra == "light"
45
45
  Requires-Dist: langdetect (>=1.0.9) ; extra == "full"
46
46
  Requires-Dist: lightgbm (>=4.6.0) ; extra == "full" or extra == "ml"
47
- Requires-Dist: lxml (>=5.3.0) ; extra == "light"
48
- Requires-Dist: matplotlib (>=3.9.1) ; extra == "light"
47
+ Requires-Dist: lxml (>=5.3.0) ; extra == "full" or extra == "light"
48
+ Requires-Dist: matplotlib (>=3.9.1) ; extra == "full" or extra == "light"
49
49
  Requires-Dist: matplotlib-venn (>=1.1.2) ; extra == "full"
50
- Requires-Dist: msoffcrypto-tool (>=5.4.2) ; extra == "full"
51
- Requires-Dist: networkx (>=3.3) ; extra == "light"
52
- Requires-Dist: nltk (>=3.8.1) ; extra == "light"
53
- Requires-Dist: numerizer (>=0.2.3) ; extra == "full"
54
- Requires-Dist: numpy (>=1.26.4,<2.0.0) ; extra == "light"
50
+ Requires-Dist: mne (>=1.6.1) ; extra == "neuroscience"
51
+ Requires-Dist: msoffcrypto-tool (>=5.4.2) ; extra == "full" or extra == "light"
52
+ Requires-Dist: neo (>=0.13.1) ; extra == "neuroscience"
53
+ Requires-Dist: networkx (>=3.3) ; extra == "full" or extra == "light"
54
+ Requires-Dist: nltk (>=3.8.1) ; extra == "full" or extra == "light"
55
+ Requires-Dist: numerizer (>=0.2.3) ; extra == "full" or extra == "light"
56
+ Requires-Dist: numpy (>=1.26.4,<2.0.0) ; extra == "full" or extra == "light"
55
57
  Requires-Dist: opencv-python-headless (>=4.10.0.84) ; extra == "full"
56
58
  Requires-Dist: openlocationcode (>=1.0.1) ; extra == "full"
57
- Requires-Dist: openpyxl (>=3.1.5) ; extra == "light"
58
- Requires-Dist: pandas (>=2.2.2) ; extra == "light"
59
+ Requires-Dist: openpyxl (>=3.1.5) ; extra == "full" or extra == "light"
60
+ Requires-Dist: pandas (>=2.2.2) ; extra == "full" or extra == "light"
59
61
  Requires-Dist: pdf2image (>=1.17.0) ; extra == "full"
60
62
  Requires-Dist: phonenumbers (>=8.13.51) ; extra == "full"
61
63
  Requires-Dist: pingouin (>=0.5.4) ; extra == "full"
62
64
  Requires-Dist: pixels2svg (>=0.2.2) ; extra == "full"
63
- Requires-Dist: psutil (>=5.9.8) ; extra == "light"
64
- Requires-Dist: py-cpuinfo (>=9.0.0) ; extra == "full"
65
+ Requires-Dist: psutil (>=5.9.8) ; extra == "full" or extra == "light"
66
+ Requires-Dist: py-cpuinfo (>=9.0.0) ; extra == "light"
65
67
  Requires-Dist: py7zr (>=0.22.0) ; extra == "full"
66
68
  Requires-Dist: pyautogui (>=0.9.54) ; extra == "full"
67
69
  Requires-Dist: pycryptodome (>=3.23.0) ; extra == "full"
68
70
  Requires-Dist: pydeck (>=0.9.1) ; extra == "full"
69
71
  Requires-Dist: pyperclip (>=1.9.0) ; extra == "full"
70
72
  Requires-Dist: pypinyin (>=0.54.0) ; extra == "full"
71
- Requires-Dist: python-box (>=7.2.0) ; extra == "light"
72
- Requires-Dist: python-dateutil (>=2.9.0.post0) ; extra == "light"
73
- Requires-Dist: python-docx (>=1.1.2) ; extra == "light"
74
- Requires-Dist: pytz (>=2024.1) ; extra == "light"
73
+ Requires-Dist: python-box (>=7.2.0) ; extra == "full" or extra == "light"
74
+ Requires-Dist: python-dateutil (>=2.9.0.post0) ; extra == "full" or extra == "light"
75
+ Requires-Dist: python-docx (>=1.1.2) ; extra == "full" or extra == "light"
76
+ Requires-Dist: pytz (>=2024.1) ; extra == "full" or extra == "light"
75
77
  Requires-Dist: pyvis (>=0.3.2) ; extra == "full"
76
78
  Requires-Dist: rarfile (>=4.2) ; extra == "full"
77
79
  Requires-Dist: realesrgan (>=0.3.0) ; extra == "full"
78
- Requires-Dist: regex (>=2024.5.15) ; extra == "light"
80
+ Requires-Dist: regex (>=2024.5.15) ; extra == "full" or extra == "light"
79
81
  Requires-Dist: rembg (>=2.0.57) ; extra == "full"
80
- Requires-Dist: requests (>=2.32.3) ; extra == "light"
82
+ Requires-Dist: requests (>=2.32.3) ; extra == "full" or extra == "light"
81
83
  Requires-Dist: schedule (>=1.2.2) ; extra == "full"
82
84
  Requires-Dist: scikit-image (>=0.23.2) ; extra == "full"
83
85
  Requires-Dist: scikit-learn (>=1.5.1) ; extra == "full" or extra == "ml"
84
- Requires-Dist: scipy (>=1.14.0) ; extra == "light"
86
+ Requires-Dist: scipy (>=1.14.0) ; extra == "full" or extra == "light"
85
87
  Requires-Dist: seaborn (>=0.13.2) ; extra == "full"
86
- Requires-Dist: selenium (>=4.23.1) ; extra == "light"
88
+ Requires-Dist: selenium (>=4.23.1) ; extra == "full" or extra == "light"
87
89
  Requires-Dist: skimpy (>=0.0.15) ; extra == "full"
88
90
  Requires-Dist: skorch (>=1.0.0) ; extra == "full" or extra == "ml"
89
91
  Requires-Dist: statsmodels (>=0.14.2) ; extra == "full"
@@ -92,13 +94,13 @@ Requires-Dist: streamlit-folium (>=0.25.0) ; extra == "full"
92
94
  Requires-Dist: striprtf (>=0.0.29) ; extra == "full"
93
95
  Requires-Dist: symspellpy (>=6.9.0) ; extra == "full"
94
96
  Requires-Dist: tensorflow (>=2.19.0) ; extra == "full" or extra == "ml"
95
- Requires-Dist: textblob (>=0.18.0.post0) ; extra == "full"
97
+ Requires-Dist: textblob (>=0.18.0.post0) ; extra == "full" or extra == "light"
96
98
  Requires-Dist: torch (>=2.4.0) ; extra == "full" or extra == "ml"
97
- Requires-Dist: tqdm (>=4.66.4) ; extra == "light"
99
+ Requires-Dist: tqdm (>=4.66.4) ; extra == "full" or extra == "light"
98
100
  Requires-Dist: umap (>=0.1.1) ; extra == "full"
99
101
  Requires-Dist: validators (>=0.35.0) ; extra == "full"
100
102
  Requires-Dist: venn (>=0.1.3) ; extra == "full"
101
- Requires-Dist: webdriver-manager (>=4.0.1) ; extra == "light"
103
+ Requires-Dist: webdriver-manager (>=4.0.1) ; extra == "full" or extra == "light"
102
104
  Requires-Dist: xgboost (>=3.0.2) ; extra == "full" or extra == "ml"
103
105
  Description-Content-Type: text/markdown
104
106
 
@@ -18,7 +18,7 @@ py2ls/.git/hooks/pre-receive.sample,sha256=pMPSuce7P9jRRBwxvU7nGlldZrRPz0ndsxAlI
18
18
  py2ls/.git/hooks/prepare-commit-msg.sample,sha256=6d3KpBif3dJe2X_Ix4nsp7bKFjkLI5KuMnbwyOGqRhk,1492
19
19
  py2ls/.git/hooks/push-to-checkout.sample,sha256=pT0HQXmLKHxt16-mSu5HPzBeZdP0lGO7nXQI7DsSv18,2783
20
20
  py2ls/.git/hooks/update.sample,sha256=jV8vqD4QPPCLV-qmdSHfkZT0XL28s32lKtWGCXoU0QY,3650
21
- py2ls/.git/index,sha256=VCJJWHM_xy2MmvCzv02decyY-pCs8WqL9emWaNF-YZs,4232
21
+ py2ls/.git/index,sha256=ZEHQfFKC65lHhFQ6JcEIaCbi4d9RJ3BXYmf-ttdLOZA,4232
22
22
  py2ls/.git/info/exclude,sha256=ZnH-g7egfIky7okWTR8nk7IxgFjri5jcXAbuClo7DsE,240
23
23
  py2ls/.git/logs/HEAD,sha256=8ID7WuAe_TlO9g-ARxhIJYdgdL3u3m7-1qrOanaIUlA,3535
24
24
  py2ls/.git/logs/refs/heads/main,sha256=8ID7WuAe_TlO9g-ARxhIJYdgdL3u3m7-1qrOanaIUlA,3535
@@ -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.5.15.dist-info/METADATA,sha256=uYg1mFG7kJFq7PBH7XTFwNJF6djtGOgupsDRN8Es-20,17027
259
- py2ls-0.2.5.15.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
260
- py2ls-0.2.5.15.dist-info/RECORD,,
258
+ py2ls-0.2.6.2.dist-info/METADATA,sha256=5dnSVzTOBpmJlixUkJDlGf9Wu2b_Tta1spNIcWzILTc,17790
259
+ py2ls-0.2.6.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
260
+ py2ls-0.2.6.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.8.1
2
+ Generator: poetry-core 1.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any