py2ls 0.2.5.3__py3-none-any.whl → 0.2.5.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.5.
|
3
|
+
Version: 0.2.5.5
|
4
4
|
Summary: py(thon)2(too)ls
|
5
5
|
Author: Jianfeng
|
6
6
|
Author-email: Jianfeng.Liu0413@gmail.com
|
@@ -14,7 +14,8 @@ Classifier: Programming Language :: Python :: 3.9
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.10
|
15
15
|
Classifier: Programming Language :: Python :: 3.11
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
17
|
-
Provides-Extra:
|
17
|
+
Provides-Extra: ml
|
18
|
+
Provides-Extra: neuroscience
|
18
19
|
Requires-Dist: CacheControl (>=0.13.1)
|
19
20
|
Requires-Dist: Cython (>=3.0.10)
|
20
21
|
Requires-Dist: Deprecated (>=1.2.14)
|
@@ -37,7 +38,7 @@ Requires-Dist: SciencePlots (>=2.1.1)
|
|
37
38
|
Requires-Dist: XlsxWriter (>=3.2.0)
|
38
39
|
Requires-Dist: asciitree (>=0.3.3)
|
39
40
|
Requires-Dist: asttokens (>=2.4.1)
|
40
|
-
Requires-Dist: autogluon (>=1.2)
|
41
|
+
Requires-Dist: autogluon (>=1.2) ; extra == "ml"
|
41
42
|
Requires-Dist: beautifulsoup4 (>=4.12.3)
|
42
43
|
Requires-Dist: bleach (>=6.1.0)
|
43
44
|
Requires-Dist: build (>=0.10.0)
|
@@ -65,7 +66,7 @@ Requires-Dist: docopt (>=0.6.2)
|
|
65
66
|
Requires-Dist: docx (>=0.2.4)
|
66
67
|
Requires-Dist: dulwich (>=0.21.7)
|
67
68
|
Requires-Dist: executing (>=2.0.1)
|
68
|
-
Requires-Dist: faiss-cpu (>=1.8.0.post1)
|
69
|
+
Requires-Dist: faiss-cpu (>=1.8.0.post1) ; extra == "ml"
|
69
70
|
Requires-Dist: fake-useragent (>=1.5.1)
|
70
71
|
Requires-Dist: fasteners (>=0.19)
|
71
72
|
Requires-Dist: fastjsonschema (>=2.20.0)
|
@@ -77,7 +78,7 @@ Requires-Dist: fpdf (>=1.7.2)
|
|
77
78
|
Requires-Dist: fsspec (>=2024.6.1)
|
78
79
|
Requires-Dist: fuzzywuzzy (>=0.18.0)
|
79
80
|
Requires-Dist: ghp-import (>=2.1.0)
|
80
|
-
Requires-Dist: gluoncv (>=0.10.5)
|
81
|
+
Requires-Dist: gluoncv (>=0.10.5) ; extra == "ml"
|
81
82
|
Requires-Dist: googletrans (>=4.0.0rc1)
|
82
83
|
Requires-Dist: h11 (>=0.9.0)
|
83
84
|
Requires-Dist: h2 (>=3.2.0)
|
@@ -118,7 +119,7 @@ Requires-Dist: mergedeep (>=1.3.4)
|
|
118
119
|
Requires-Dist: mistune (>=3.0.2)
|
119
120
|
Requires-Dist: mkdocs (>=1.6.0)
|
120
121
|
Requires-Dist: mkdocs-get-deps (>=0.2.0)
|
121
|
-
Requires-Dist: mne (>=1.7.1)
|
122
|
+
Requires-Dist: mne (>=1.7.1) ; extra == "neuroscience"
|
122
123
|
Requires-Dist: more-itertools (>=10.3.0)
|
123
124
|
Requires-Dist: mpmath (>=1.3.0)
|
124
125
|
Requires-Dist: msgpack (>=1.0.8)
|
@@ -127,7 +128,7 @@ Requires-Dist: mtscomp (>=1.0.2)
|
|
127
128
|
Requires-Dist: nbclient (>=0.10.0)
|
128
129
|
Requires-Dist: nbconvert (>=7.16.4)
|
129
130
|
Requires-Dist: nbformat (>=5.10.4)
|
130
|
-
Requires-Dist: neo (>=0.13.1)
|
131
|
+
Requires-Dist: neo (>=0.13.1) ; extra == "neuroscience"
|
131
132
|
Requires-Dist: nest-asyncio (>=1.6.0)
|
132
133
|
Requires-Dist: networkx (>=3.3)
|
133
134
|
Requires-Dist: nltk (>=3.8.1)
|
@@ -199,7 +200,7 @@ Requires-Dist: responses (>=0.25.3)
|
|
199
200
|
Requires-Dist: rfc3986 (>=1.5.0)
|
200
201
|
Requires-Dist: rpds-py (>=0.18.1)
|
201
202
|
Requires-Dist: scikit-image (>=0.23.2)
|
202
|
-
Requires-Dist: scikit-learn (>=1.5.1)
|
203
|
+
Requires-Dist: scikit-learn (>=1.5.1) ; extra == "ml"
|
203
204
|
Requires-Dist: scipy (>=1.14.0)
|
204
205
|
Requires-Dist: scrapy (>=2.12.0)
|
205
206
|
Requires-Dist: seaborn (>=0.13.2)
|
@@ -207,7 +208,7 @@ Requires-Dist: selenium (>=4.23.1)
|
|
207
208
|
Requires-Dist: setuptools (>=70.3.0)
|
208
209
|
Requires-Dist: shellingham (>=1.5.4)
|
209
210
|
Requires-Dist: six (>=1.16.0)
|
210
|
-
Requires-Dist: skorch (>=1.0.0)
|
211
|
+
Requires-Dist: skorch (>=1.0.0) ; extra == "ml"
|
211
212
|
Requires-Dist: sniffio (>=1.3.1)
|
212
213
|
Requires-Dist: sortedcontainers (>=2.4.0)
|
213
214
|
Requires-Dist: soupsieve (>=2.5)
|
@@ -224,7 +225,7 @@ Requires-Dist: tifffile (>=2024.7.24)
|
|
224
225
|
Requires-Dist: tinycss2 (>=1.3.0)
|
225
226
|
Requires-Dist: tomlkit (>=0.13.0)
|
226
227
|
Requires-Dist: toolz (>=0.12.1)
|
227
|
-
Requires-Dist: torch (>=2.4.0)
|
228
|
+
Requires-Dist: torch (>=2.4.0) ; extra == "ml"
|
228
229
|
Requires-Dist: tornado (>=6.4.1)
|
229
230
|
Requires-Dist: tqdm (>=4.66.4)
|
230
231
|
Requires-Dist: traitlets (>=5.14.3)
|
@@ -244,7 +245,7 @@ Requires-Dist: webencodings (>=0.5.1)
|
|
244
245
|
Requires-Dist: websocket-client (>=1.8.0)
|
245
246
|
Requires-Dist: wrapt (>=1.16.0)
|
246
247
|
Requires-Dist: wsproto (>=1.2.0)
|
247
|
-
Requires-Dist: xarray (>=2024.6.0)
|
248
|
+
Requires-Dist: xarray (>=2024.6.0) ; extra == "ml"
|
248
249
|
Requires-Dist: zarr (>=2.17.2)
|
249
250
|
Description-Content-Type: text/markdown
|
250
251
|
|
@@ -255,6 +255,6 @@ py2ls/sleep_events_detectors.py,sha256=bQA3HJqv5qnYKJJEIhCyhlDtkXQfIzqksnD0YRXso
|
|
255
255
|
py2ls/stats.py,sha256=qBn2rJmNa_QLLUqjwYqXUlGzqmW94sgA1bxJU2FC3r0,39175
|
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.
|
259
|
-
py2ls-0.2.5.
|
260
|
-
py2ls-0.2.5.
|
258
|
+
py2ls-0.2.5.5.dist-info/METADATA,sha256=vZoTrBCZlc6WYKDBZc9wlKhSFmeFfKlpNuGByJ2tijA,20631
|
259
|
+
py2ls-0.2.5.5.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
260
|
+
py2ls-0.2.5.5.dist-info/RECORD,,
|
File without changes
|