py2ls 0.2.4.9.6__py3-none-any.whl → 0.2.4.9.7__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,19 +1,17 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: py2ls
|
3
|
-
Version: 0.2.4.9.
|
3
|
+
Version: 0.2.4.9.7
|
4
4
|
Summary: py(thon)2(too)ls
|
5
5
|
Author: Jianfeng
|
6
6
|
Author-email: Jianfeng.Liu0413@gmail.com
|
7
|
-
Requires-Python: >=3.
|
7
|
+
Requires-Python: >=3.8,<4.0
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
9
|
-
Classifier: Programming Language :: Python :: 3.5
|
10
|
-
Classifier: Programming Language :: Python :: 3.6
|
11
|
-
Classifier: Programming Language :: Python :: 3.7
|
12
9
|
Classifier: Programming Language :: Python :: 3.8
|
13
10
|
Classifier: Programming Language :: Python :: 3.9
|
14
11
|
Classifier: Programming Language :: Python :: 3.10
|
15
12
|
Classifier: Programming Language :: Python :: 3.11
|
16
13
|
Classifier: Programming Language :: Python :: 3.12
|
14
|
+
Provides-Extra: dev
|
17
15
|
Provides-Extra: extr
|
18
16
|
Requires-Dist: CacheControl (>=0.13.1)
|
19
17
|
Requires-Dist: Cython (>=3.0.10)
|
@@ -35,6 +33,8 @@ Requires-Dist: Pygments (>=2.18.0)
|
|
35
33
|
Requires-Dist: QtPy (>=2.4.1)
|
36
34
|
Requires-Dist: SciencePlots (>=2.1.1)
|
37
35
|
Requires-Dist: XlsxWriter (>=3.2.0)
|
36
|
+
Requires-Dist: appnope (>=0.1.4) ; sys_platform == "darwin"
|
37
|
+
Requires-Dist: appscript (>=1.2.5) ; sys_platform == "darwin"
|
38
38
|
Requires-Dist: asciitree (>=0.3.3)
|
39
39
|
Requires-Dist: asttokens (>=2.4.1)
|
40
40
|
Requires-Dist: attrs (>=23.2.0)
|
@@ -71,7 +71,7 @@ Requires-Dist: fake-useragent (>=1.5.1)
|
|
71
71
|
Requires-Dist: fasteners (>=0.19)
|
72
72
|
Requires-Dist: fastjsonschema (>=2.20.0)
|
73
73
|
Requires-Dist: filelock (>=3.15.4)
|
74
|
-
Requires-Dist: flake8 (>=7.1.0)
|
74
|
+
Requires-Dist: flake8 (>=7.1.0) ; extra == "dev"
|
75
75
|
Requires-Dist: flatbuffers (>=24.3.25)
|
76
76
|
Requires-Dist: fonttools (>=4.53.1)
|
77
77
|
Requires-Dist: fpdf (>=1.7.2)
|
@@ -171,7 +171,7 @@ Requires-Dist: pyflakes (>=3.2.0)
|
|
171
171
|
Requires-Dist: pyparsing (>=3.1.2)
|
172
172
|
Requires-Dist: pyproject_hooks (>=1.1.0)
|
173
173
|
Requires-Dist: pyrsistent (>=0.20.0)
|
174
|
-
Requires-Dist: pytest (>=8.3.1)
|
174
|
+
Requires-Dist: pytest (>=8.3.1) ; extra == "dev"
|
175
175
|
Requires-Dist: pytest-cov (>=5.0.0)
|
176
176
|
Requires-Dist: pytest-qt (>=4.4.0)
|
177
177
|
Requires-Dist: python-box (>=7.2.0)
|
@@ -235,6 +235,7 @@ Requires-Dist: websocket-client (>=1.8.0)
|
|
235
235
|
Requires-Dist: wrapt (>=1.16.0)
|
236
236
|
Requires-Dist: wsproto (>=1.2.0)
|
237
237
|
Requires-Dist: xarray (>=2024.6.0)
|
238
|
+
Requires-Dist: xattr (>=0.10.1) ; sys_platform == "darwin"
|
238
239
|
Requires-Dist: zarr (>=2.17.2)
|
239
240
|
Description-Content-Type: text/markdown
|
240
241
|
|
@@ -225,6 +225,6 @@ py2ls/sleep_events_detectors.py,sha256=bQA3HJqv5qnYKJJEIhCyhlDtkXQfIzqksnD0YRXso
|
|
225
225
|
py2ls/stats.py,sha256=qBn2rJmNa_QLLUqjwYqXUlGzqmW94sgA1bxJU2FC3r0,39175
|
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.7.dist-info/METADATA,sha256=ASzRrLJ_Mt_FqpcOYOQ7tOOKl8WDj96YzhzobKUAxWM,20175
|
229
|
+
py2ls-0.2.4.9.7.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
230
|
+
py2ls-0.2.4.9.7.dist-info/RECORD,,
|
File without changes
|