pyxllib 0.3.200__py3-none-any.whl → 3.201.1__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.
- pyxllib/__init__.py +0 -7
- pyxllib/algo/geo.py +0 -4
- pyxllib/algo/treelib.py +0 -4
- pyxllib/algo/unitlib.py +0 -4
- pyxllib/autogui/autogui.py +1 -7
- pyxllib/data/echarts.py +0 -4
- pyxllib/data/jsonlib.py +0 -4
- pyxllib/data/pglib.py +1 -17
- pyxllib/ext/demolib.py +6 -1
- pyxllib/ext/robustprocfile.py +0 -4
- pyxllib/ext/unixlib.py +1 -7
- pyxllib/ext/utools.py +0 -6
- pyxllib/ext/wjxlib.py +10 -7
- pyxllib/ext/yuquelib.py +9 -4
- pyxllib/file/docxlib.py +0 -4
- pyxllib/file/movielib.py +0 -4
- pyxllib/file/pdflib.py +0 -4
- pyxllib/file/specialist/__init__.py +0 -4
- pyxllib/file/specialist/filelib.py +0 -4
- pyxllib/file/xlsxlib.py +2 -11
- pyxllib/prog/cachetools.py +1 -7
- pyxllib/prog/pupil.py +11 -0
- pyxllib/prog/specialist/__init__.py +0 -43
- pyxllib/prog/xlosenv.py +2 -0
- pyxllib/text/ahocorasick.py +0 -3
- pyxllib/text/airscript.js +10 -0
- pyxllib/text/jinjalib.py +0 -5
- pyxllib/text/levenshtein.py +2 -2
- pyxllib/text/xmllib.py +0 -6
- pyxllib-3.201.1.dist-info/METADATA +296 -0
- {pyxllib-0.3.200.dist-info → pyxllib-3.201.1.dist-info}/RECORD +33 -34
- pyxllib/ext/old.py +0 -663
- pyxllib-0.3.200.dist-info/METADATA +0 -48
- {pyxllib-0.3.200.dist-info → pyxllib-3.201.1.dist-info}/WHEEL +0 -0
- {pyxllib-0.3.200.dist-info → pyxllib-3.201.1.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,296 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: pyxllib
|
3
|
+
Version: 3.201.1
|
4
|
+
Summary: 厦门理工模式识别团队通用python代码工具库
|
5
|
+
Project-URL: Source, https://github.com/XLPRUtils/pyxllib
|
6
|
+
Project-URL: Documentation, https://www.yuque.com/xlpr/pyxllib
|
7
|
+
Author-email: code4101 <877362867@qq.com>
|
8
|
+
License-Expression: Apache-2.0
|
9
|
+
License-File: LICENSE
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
11
|
+
Classifier: Operating System :: OS Independent
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
13
|
+
Requires-Python: <3.13,>=3.6
|
14
|
+
Provides-Extra: advance
|
15
|
+
Requires-Dist: anytree; extra == 'advance'
|
16
|
+
Requires-Dist: beautifulsoup4; extra == 'advance'
|
17
|
+
Requires-Dist: cached-property; extra == 'advance'
|
18
|
+
Requires-Dist: cachetools; extra == 'advance'
|
19
|
+
Requires-Dist: charset-normalizer; extra == 'advance'
|
20
|
+
Requires-Dist: deprecated; extra == 'advance'
|
21
|
+
Requires-Dist: disjoint-set; extra == 'advance'
|
22
|
+
Requires-Dist: drissionpage>=4.1.0.17; extra == 'advance'
|
23
|
+
Requires-Dist: fastcore>=1.8.1; extra == 'advance'
|
24
|
+
Requires-Dist: filetype; extra == 'advance'
|
25
|
+
Requires-Dist: fire; extra == 'advance'
|
26
|
+
Requires-Dist: humanfriendly; extra == 'advance'
|
27
|
+
Requires-Dist: imagehash; extra == 'advance'
|
28
|
+
Requires-Dist: jinja2; extra == 'advance'
|
29
|
+
Requires-Dist: jmespath; extra == 'advance'
|
30
|
+
Requires-Dist: joblib>=1.3.2; extra == 'advance'
|
31
|
+
Requires-Dist: jsonpickle; extra == 'advance'
|
32
|
+
Requires-Dist: keyboard; extra == 'advance'
|
33
|
+
Requires-Dist: klembord; extra == 'advance'
|
34
|
+
Requires-Dist: loguru; extra == 'advance'
|
35
|
+
Requires-Dist: lxml; extra == 'advance'
|
36
|
+
Requires-Dist: more-itertools; extra == 'advance'
|
37
|
+
Requires-Dist: mss; extra == 'advance'
|
38
|
+
Requires-Dist: numpy; extra == 'advance'
|
39
|
+
Requires-Dist: opencv-python; extra == 'advance'
|
40
|
+
Requires-Dist: openpyxl==3.1.5; extra == 'advance'
|
41
|
+
Requires-Dist: pandas>=0.23.4; extra == 'advance'
|
42
|
+
Requires-Dist: pillow; extra == 'advance'
|
43
|
+
Requires-Dist: premailer; extra == 'advance'
|
44
|
+
Requires-Dist: psutil; extra == 'advance'
|
45
|
+
Requires-Dist: psycopg[binary]; extra == 'advance'
|
46
|
+
Requires-Dist: pyautogui; extra == 'advance'
|
47
|
+
Requires-Dist: pyecharts; extra == 'advance'
|
48
|
+
Requires-Dist: pympler; extra == 'advance'
|
49
|
+
Requires-Dist: pynput; extra == 'advance'
|
50
|
+
Requires-Dist: pyperclip; extra == 'advance'
|
51
|
+
Requires-Dist: python-dotenv; extra == 'advance'
|
52
|
+
Requires-Dist: python-levenshtein; extra == 'advance'
|
53
|
+
Requires-Dist: pywin32; (sys_platform == 'win32') and extra == 'advance'
|
54
|
+
Requires-Dist: pyyaml; extra == 'advance'
|
55
|
+
Requires-Dist: qiniu; extra == 'advance'
|
56
|
+
Requires-Dist: requests; extra == 'advance'
|
57
|
+
Requires-Dist: shapely; extra == 'advance'
|
58
|
+
Requires-Dist: tqdm; extra == 'advance'
|
59
|
+
Requires-Dist: uiautomation; (sys_platform == 'win32') and extra == 'advance'
|
60
|
+
Requires-Dist: ujson; extra == 'advance'
|
61
|
+
Requires-Dist: wxauto; (sys_platform == 'win32') and extra == 'advance'
|
62
|
+
Requires-Dist: xlrd; extra == 'advance'
|
63
|
+
Requires-Dist: xlsxwriter; extra == 'advance'
|
64
|
+
Requires-Dist: xpath-parser; extra == 'advance'
|
65
|
+
Requires-Dist: yattag; extra == 'advance'
|
66
|
+
Provides-Extra: algo
|
67
|
+
Requires-Dist: anytree; extra == 'algo'
|
68
|
+
Requires-Dist: disjoint-set; extra == 'algo'
|
69
|
+
Requires-Dist: shapely; extra == 'algo'
|
70
|
+
Requires-Dist: xlsxwriter; extra == 'algo'
|
71
|
+
Provides-Extra: autogui
|
72
|
+
Requires-Dist: keyboard; extra == 'autogui'
|
73
|
+
Requires-Dist: klembord; extra == 'autogui'
|
74
|
+
Requires-Dist: mss; extra == 'autogui'
|
75
|
+
Requires-Dist: psutil; extra == 'autogui'
|
76
|
+
Requires-Dist: pyautogui; extra == 'autogui'
|
77
|
+
Requires-Dist: pynput; extra == 'autogui'
|
78
|
+
Requires-Dist: pyperclip; extra == 'autogui'
|
79
|
+
Requires-Dist: pywin32; (sys_platform == 'win32') and extra == 'autogui'
|
80
|
+
Requires-Dist: uiautomation; (sys_platform == 'win32') and extra == 'autogui'
|
81
|
+
Requires-Dist: wxauto; (sys_platform == 'win32') and extra == 'autogui'
|
82
|
+
Provides-Extra: basic
|
83
|
+
Requires-Dist: anytree; extra == 'basic'
|
84
|
+
Requires-Dist: beautifulsoup4; extra == 'basic'
|
85
|
+
Requires-Dist: cached-property; extra == 'basic'
|
86
|
+
Requires-Dist: cachetools; extra == 'basic'
|
87
|
+
Requires-Dist: charset-normalizer; extra == 'basic'
|
88
|
+
Requires-Dist: deprecated; extra == 'basic'
|
89
|
+
Requires-Dist: disjoint-set; extra == 'basic'
|
90
|
+
Requires-Dist: drissionpage>=4.1.0.17; extra == 'basic'
|
91
|
+
Requires-Dist: fastcore>=1.8.1; extra == 'basic'
|
92
|
+
Requires-Dist: filetype; extra == 'basic'
|
93
|
+
Requires-Dist: fire; extra == 'basic'
|
94
|
+
Requires-Dist: humanfriendly; extra == 'basic'
|
95
|
+
Requires-Dist: imagehash; extra == 'basic'
|
96
|
+
Requires-Dist: jinja2; extra == 'basic'
|
97
|
+
Requires-Dist: jmespath; extra == 'basic'
|
98
|
+
Requires-Dist: joblib>=1.3.2; extra == 'basic'
|
99
|
+
Requires-Dist: loguru; extra == 'basic'
|
100
|
+
Requires-Dist: lxml; extra == 'basic'
|
101
|
+
Requires-Dist: more-itertools; extra == 'basic'
|
102
|
+
Requires-Dist: numpy; extra == 'basic'
|
103
|
+
Requires-Dist: opencv-python; extra == 'basic'
|
104
|
+
Requires-Dist: pandas>=0.23.4; extra == 'basic'
|
105
|
+
Requires-Dist: pillow; extra == 'basic'
|
106
|
+
Requires-Dist: psycopg[binary]; extra == 'basic'
|
107
|
+
Requires-Dist: pyecharts; extra == 'basic'
|
108
|
+
Requires-Dist: pympler; extra == 'basic'
|
109
|
+
Requires-Dist: python-dotenv; extra == 'basic'
|
110
|
+
Requires-Dist: python-levenshtein; extra == 'basic'
|
111
|
+
Requires-Dist: pyyaml; extra == 'basic'
|
112
|
+
Requires-Dist: qiniu; extra == 'basic'
|
113
|
+
Requires-Dist: requests; extra == 'basic'
|
114
|
+
Requires-Dist: shapely; extra == 'basic'
|
115
|
+
Requires-Dist: tqdm; extra == 'basic'
|
116
|
+
Requires-Dist: ujson; extra == 'basic'
|
117
|
+
Requires-Dist: xlsxwriter; extra == 'basic'
|
118
|
+
Requires-Dist: xpath-parser; extra == 'basic'
|
119
|
+
Provides-Extra: data
|
120
|
+
Requires-Dist: jmespath; extra == 'data'
|
121
|
+
Requires-Dist: numpy; extra == 'data'
|
122
|
+
Requires-Dist: pandas>=0.23.4; extra == 'data'
|
123
|
+
Requires-Dist: psycopg[binary]; extra == 'data'
|
124
|
+
Requires-Dist: pyecharts; extra == 'data'
|
125
|
+
Provides-Extra: ext-algo
|
126
|
+
Requires-Dist: pint; extra == 'ext-algo'
|
127
|
+
Provides-Extra: ext-file
|
128
|
+
Requires-Dist: gitpython; extra == 'ext-file'
|
129
|
+
Requires-Dist: moviepy; extra == 'ext-file'
|
130
|
+
Requires-Dist: pdf2docx; extra == 'ext-file'
|
131
|
+
Requires-Dist: pymupdf>=1.18.17; extra == 'ext-file'
|
132
|
+
Requires-Dist: python-docx; extra == 'ext-file'
|
133
|
+
Provides-Extra: ext-text
|
134
|
+
Requires-Dist: pyahocorasick; extra == 'ext-text'
|
135
|
+
Requires-Dist: pyspellchecker; extra == 'ext-text'
|
136
|
+
Provides-Extra: file
|
137
|
+
Requires-Dist: charset-normalizer; extra == 'file'
|
138
|
+
Requires-Dist: filetype; extra == 'file'
|
139
|
+
Requires-Dist: pyyaml; extra == 'file'
|
140
|
+
Requires-Dist: qiniu; extra == 'file'
|
141
|
+
Requires-Dist: ujson; extra == 'file'
|
142
|
+
Provides-Extra: flask
|
143
|
+
Requires-Dist: flask; extra == 'flask'
|
144
|
+
Requires-Dist: flask-cors; extra == 'flask'
|
145
|
+
Requires-Dist: flask-jwt-extended; extra == 'flask'
|
146
|
+
Requires-Dist: flask-restful; extra == 'flask'
|
147
|
+
Requires-Dist: flask-wtf; extra == 'flask'
|
148
|
+
Provides-Extra: full
|
149
|
+
Requires-Dist: anytree; extra == 'full'
|
150
|
+
Requires-Dist: apscheduler; extra == 'full'
|
151
|
+
Requires-Dist: arts==2024.9.14; extra == 'full'
|
152
|
+
Requires-Dist: baidu-aip; extra == 'full'
|
153
|
+
Requires-Dist: beautifulsoup4; extra == 'full'
|
154
|
+
Requires-Dist: cached-property; extra == 'full'
|
155
|
+
Requires-Dist: cachetools; extra == 'full'
|
156
|
+
Requires-Dist: charset-normalizer; extra == 'full'
|
157
|
+
Requires-Dist: croniter; extra == 'full'
|
158
|
+
Requires-Dist: deprecated; extra == 'full'
|
159
|
+
Requires-Dist: disjoint-set; extra == 'full'
|
160
|
+
Requires-Dist: drissionpage>=4.1.0.17; extra == 'full'
|
161
|
+
Requires-Dist: fabric; extra == 'full'
|
162
|
+
Requires-Dist: fastapi; extra == 'full'
|
163
|
+
Requires-Dist: fastcore>=1.8.1; extra == 'full'
|
164
|
+
Requires-Dist: filetype; extra == 'full'
|
165
|
+
Requires-Dist: fire; extra == 'full'
|
166
|
+
Requires-Dist: flask; extra == 'full'
|
167
|
+
Requires-Dist: flask-cors; extra == 'full'
|
168
|
+
Requires-Dist: flask-jwt-extended; extra == 'full'
|
169
|
+
Requires-Dist: flask-restful; extra == 'full'
|
170
|
+
Requires-Dist: flask-wtf; extra == 'full'
|
171
|
+
Requires-Dist: gitpython; extra == 'full'
|
172
|
+
Requires-Dist: humanfriendly; extra == 'full'
|
173
|
+
Requires-Dist: imagehash; extra == 'full'
|
174
|
+
Requires-Dist: jinja2; extra == 'full'
|
175
|
+
Requires-Dist: jmespath; extra == 'full'
|
176
|
+
Requires-Dist: joblib>=1.3.2; extra == 'full'
|
177
|
+
Requires-Dist: jsonpickle; extra == 'full'
|
178
|
+
Requires-Dist: keyboard; extra == 'full'
|
179
|
+
Requires-Dist: klembord; extra == 'full'
|
180
|
+
Requires-Dist: loguru; extra == 'full'
|
181
|
+
Requires-Dist: lxml; extra == 'full'
|
182
|
+
Requires-Dist: more-itertools; extra == 'full'
|
183
|
+
Requires-Dist: moviepy; extra == 'full'
|
184
|
+
Requires-Dist: mss; extra == 'full'
|
185
|
+
Requires-Dist: numpy; extra == 'full'
|
186
|
+
Requires-Dist: opencv-python; extra == 'full'
|
187
|
+
Requires-Dist: openpyxl==3.1.5; extra == 'full'
|
188
|
+
Requires-Dist: pandas>=0.23.4; extra == 'full'
|
189
|
+
Requires-Dist: paramiko; extra == 'full'
|
190
|
+
Requires-Dist: pdf2docx; extra == 'full'
|
191
|
+
Requires-Dist: pillow; extra == 'full'
|
192
|
+
Requires-Dist: pint; extra == 'full'
|
193
|
+
Requires-Dist: premailer; extra == 'full'
|
194
|
+
Requires-Dist: psutil; extra == 'full'
|
195
|
+
Requires-Dist: psycopg[binary]; extra == 'full'
|
196
|
+
Requires-Dist: pyahocorasick; extra == 'full'
|
197
|
+
Requires-Dist: pyautogui; extra == 'full'
|
198
|
+
Requires-Dist: pyecharts; extra == 'full'
|
199
|
+
Requires-Dist: pympler; extra == 'full'
|
200
|
+
Requires-Dist: pymupdf>=1.18.17; extra == 'full'
|
201
|
+
Requires-Dist: pynput; extra == 'full'
|
202
|
+
Requires-Dist: pynvml; extra == 'full'
|
203
|
+
Requires-Dist: pyperclip; extra == 'full'
|
204
|
+
Requires-Dist: pyqt6; (sys_platform == 'win32') and extra == 'full'
|
205
|
+
Requires-Dist: pyside6; (sys_platform == 'win32') and extra == 'full'
|
206
|
+
Requires-Dist: pyspellchecker; extra == 'full'
|
207
|
+
Requires-Dist: python-docx; extra == 'full'
|
208
|
+
Requires-Dist: python-dotenv; extra == 'full'
|
209
|
+
Requires-Dist: python-levenshtein; extra == 'full'
|
210
|
+
Requires-Dist: pywin32; (sys_platform == 'win32') and extra == 'full'
|
211
|
+
Requires-Dist: pyyaml; extra == 'full'
|
212
|
+
Requires-Dist: qiniu; extra == 'full'
|
213
|
+
Requires-Dist: requests; extra == 'full'
|
214
|
+
Requires-Dist: scikit-learn; extra == 'full'
|
215
|
+
Requires-Dist: scp; extra == 'full'
|
216
|
+
Requires-Dist: shapely; extra == 'full'
|
217
|
+
Requires-Dist: tiktoken; extra == 'full'
|
218
|
+
Requires-Dist: tqdm; extra == 'full'
|
219
|
+
Requires-Dist: uiautomation; (sys_platform == 'win32') and extra == 'full'
|
220
|
+
Requires-Dist: ujson; extra == 'full'
|
221
|
+
Requires-Dist: uvicorn; extra == 'full'
|
222
|
+
Requires-Dist: visdom; extra == 'full'
|
223
|
+
Requires-Dist: visualdl; extra == 'full'
|
224
|
+
Requires-Dist: wxauto; (sys_platform == 'win32') and extra == 'full'
|
225
|
+
Requires-Dist: xlrd; extra == 'full'
|
226
|
+
Requires-Dist: xlsxwriter; extra == 'full'
|
227
|
+
Requires-Dist: xpath-parser; extra == 'full'
|
228
|
+
Requires-Dist: yattag; extra == 'full'
|
229
|
+
Provides-Extra: net
|
230
|
+
Requires-Dist: drissionpage>=4.1.0.17; extra == 'net'
|
231
|
+
Requires-Dist: requests; extra == 'net'
|
232
|
+
Provides-Extra: prog
|
233
|
+
Requires-Dist: cached-property; extra == 'prog'
|
234
|
+
Requires-Dist: cachetools; extra == 'prog'
|
235
|
+
Requires-Dist: deprecated; extra == 'prog'
|
236
|
+
Requires-Dist: fastcore>=1.8.1; extra == 'prog'
|
237
|
+
Requires-Dist: fire; extra == 'prog'
|
238
|
+
Requires-Dist: humanfriendly; extra == 'prog'
|
239
|
+
Requires-Dist: joblib>=1.3.2; extra == 'prog'
|
240
|
+
Requires-Dist: loguru; extra == 'prog'
|
241
|
+
Requires-Dist: more-itertools; extra == 'prog'
|
242
|
+
Requires-Dist: pympler; extra == 'prog'
|
243
|
+
Requires-Dist: python-dotenv; extra == 'prog'
|
244
|
+
Requires-Dist: tqdm; extra == 'prog'
|
245
|
+
Provides-Extra: pyqt
|
246
|
+
Requires-Dist: pyqt6; (sys_platform == 'win32') and extra == 'pyqt'
|
247
|
+
Requires-Dist: pyside6; (sys_platform == 'win32') and extra == 'pyqt'
|
248
|
+
Provides-Extra: text
|
249
|
+
Requires-Dist: beautifulsoup4; extra == 'text'
|
250
|
+
Requires-Dist: jinja2; extra == 'text'
|
251
|
+
Requires-Dist: lxml; extra == 'text'
|
252
|
+
Requires-Dist: python-levenshtein; extra == 'text'
|
253
|
+
Requires-Dist: xpath-parser; extra == 'text'
|
254
|
+
Provides-Extra: unix
|
255
|
+
Requires-Dist: fabric; extra == 'unix'
|
256
|
+
Requires-Dist: paramiko; extra == 'unix'
|
257
|
+
Requires-Dist: scp; extra == 'unix'
|
258
|
+
Provides-Extra: xlai
|
259
|
+
Requires-Dist: pynvml; extra == 'xlai'
|
260
|
+
Requires-Dist: scikit-learn; extra == 'xlai'
|
261
|
+
Requires-Dist: visdom; extra == 'xlai'
|
262
|
+
Provides-Extra: xlapi
|
263
|
+
Requires-Dist: arts==2024.9.14; extra == 'xlapi'
|
264
|
+
Requires-Dist: baidu-aip; extra == 'xlapi'
|
265
|
+
Provides-Extra: xlcv
|
266
|
+
Requires-Dist: imagehash; extra == 'xlcv'
|
267
|
+
Requires-Dist: opencv-python; extra == 'xlcv'
|
268
|
+
Requires-Dist: pillow; extra == 'xlcv'
|
269
|
+
Provides-Extra: xlpr
|
270
|
+
Requires-Dist: tiktoken; extra == 'xlpr'
|
271
|
+
Requires-Dist: visualdl; extra == 'xlpr'
|
272
|
+
Provides-Extra: xlserver
|
273
|
+
Requires-Dist: apscheduler; extra == 'xlserver'
|
274
|
+
Requires-Dist: croniter; extra == 'xlserver'
|
275
|
+
Requires-Dist: fastapi; extra == 'xlserver'
|
276
|
+
Requires-Dist: uvicorn; extra == 'xlserver'
|
277
|
+
Provides-Extra: xlsx
|
278
|
+
Requires-Dist: jsonpickle; extra == 'xlsx'
|
279
|
+
Requires-Dist: openpyxl==3.1.5; extra == 'xlsx'
|
280
|
+
Requires-Dist: premailer; extra == 'xlsx'
|
281
|
+
Requires-Dist: xlrd; extra == 'xlsx'
|
282
|
+
Requires-Dist: yattag; extra == 'xlsx'
|
283
|
+
Description-Content-Type: text/markdown
|
284
|
+
|
285
|
+
|
286
|
+
# 1 安装
|
287
|
+
|
288
|
+
```
|
289
|
+
pip install pyxllib
|
290
|
+
```
|
291
|
+
|
292
|
+
更多介绍: https://www.yuque.com/xlpr/pyxllib/install
|
293
|
+
|
294
|
+
# 2 文档
|
295
|
+
|
296
|
+
文档都在语雀: https://www.yuque.com/xlpr/pyxllib
|
@@ -1,9 +1,9 @@
|
|
1
|
-
pyxllib/__init__.py,sha256=
|
1
|
+
pyxllib/__init__.py,sha256=PT7Vg1rnF5Nih_IjCeIDiJdKtuq5Pn53EaR3h5vAJf8,348
|
2
2
|
pyxllib/xl.py,sha256=yfjao8VSdQ1hZOryF2_1TutQ-jsRbh4RN4NKq1YD-Fw,1055
|
3
3
|
pyxllib/xlcv.py,sha256=sAp1UbwJ3hYWDMUfMRKxw7kKixcMwADNUesGpx7lJ6I,635
|
4
4
|
pyxllib/algo/__init__.py,sha256=y5anjyDuuWRhRNmhod-2FKxk8Dl9x9Nr0BastaooPEg,153
|
5
5
|
pyxllib/algo/disjoint.py,sha256=3DL3PJxj8PF7ZwHndug4mwQHyvnqJZcrT8tvjcdvyJQ,1396
|
6
|
-
pyxllib/algo/geo.py,sha256=
|
6
|
+
pyxllib/algo/geo.py,sha256=0-tCPytePfBOQer-RO7zwbVUR7WeFnNVPhR2kSsvjsw,17840
|
7
7
|
pyxllib/algo/intervals.py,sha256=5JvRXtWI4QX0zPhBsYnDwyPgKrmWzR2zg3htXmo5KBg,35756
|
8
8
|
pyxllib/algo/matcher.py,sha256=BGc9--VeLKi9C0KNWhe6txFPPfTEfCahZlpGrEmlBa0,15601
|
9
9
|
pyxllib/algo/newbie.py,sha256=ycWyn3j39jDrDWfCpzo8sbJSPHNnD24pDLtbdHhpDM8,4002
|
@@ -11,12 +11,12 @@ pyxllib/algo/pupil.py,sha256=LCz6xFQnunkx5Kxnf9ZCRnjhpfWQEH68Dv7dEp-W9b0,23286
|
|
11
11
|
pyxllib/algo/shapelylib.py,sha256=-WscslV2sCMUdnGuSch-wCfmj4odmfQY4O3pILzfzRA,2326
|
12
12
|
pyxllib/algo/specialist.py,sha256=epxjtxNP6ytX9ARmtpRb6wibH1tuhGL5tdXaOJkrR6c,8380
|
13
13
|
pyxllib/algo/stat.py,sha256=Mf0Jbdgrmg76sj45V7tiBBmZ6212zO-C0ePd2ODf7Ls,19131
|
14
|
-
pyxllib/algo/treelib.py,sha256=
|
15
|
-
pyxllib/algo/unitlib.py,sha256=
|
14
|
+
pyxllib/algo/treelib.py,sha256=yxjT31vcLjxlJR0wZpVstGE_Q2nPSH5HCsf78mJV7eM,4857
|
15
|
+
pyxllib/algo/unitlib.py,sha256=quxcPD0BSOwvVoPDZMgiJkMrU8KmgTUeH1v6yPgShtc,1802
|
16
16
|
pyxllib/autogui/__init__.py,sha256=q8JAOB5DFDY6qrv2bck5xbZnh_ZZCPtoQ57naDLSFyY,127
|
17
17
|
pyxllib/autogui/activewin.py,sha256=yxl02Vr3AUwXC3LXWv7rF05ZsSPPb2RKop70AwaFPq4,10022
|
18
18
|
pyxllib/autogui/all.py,sha256=GGMRV4Hs2w7dLvN1kXz-bqynVqyntCBavgqOrey0DyM,241
|
19
|
-
pyxllib/autogui/autogui.py,sha256=
|
19
|
+
pyxllib/autogui/autogui.py,sha256=uxCQaRlbf5ky1unzgyr2jo0dHRcoPqWdWxc9xih143Q,29679
|
20
20
|
pyxllib/autogui/uiautolib.py,sha256=CFS0MCabX1Wc8fH2Pr_LdGO37klBn1m4AiGI7UVcOuw,12393
|
21
21
|
pyxllib/autogui/virtualkey.py,sha256=Z8HlVXq0Y4G3CwLpT4H-V8AbzURNyRd0xwj0ecFFiQ0,3552
|
22
22
|
pyxllib/autogui/wechat.py,sha256=sGpXlgWPNbNHN4ZRGtGnMHNlvusV912IXW-ER8STAbI,29647
|
@@ -33,58 +33,57 @@ pyxllib/cv/trackbartools.py,sha256=739ynQeQmiwZQMKMjV-sT2BjY8O0KIFwEl3Yup6a4mI,9
|
|
33
33
|
pyxllib/cv/xlcvlib.py,sha256=iMZ9KfjLX8-ipqwspNtJMs2KnN8SBAOVufQpmA_yfe4,39747
|
34
34
|
pyxllib/cv/xlpillib.py,sha256=KP1i0z0Ako76RGVWWzm8XrAyjWmCWCMxSpDsR1dHcJY,15031
|
35
35
|
pyxllib/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
36
|
-
pyxllib/data/echarts.py,sha256=
|
37
|
-
pyxllib/data/jsonlib.py,sha256=
|
36
|
+
pyxllib/data/echarts.py,sha256=fBWUuZYiXnVZywIzaEqJmBUF2gsXvrqwms45lSh1Jsw,7907
|
37
|
+
pyxllib/data/jsonlib.py,sha256=Fuy2OC2JDOgFCbrCpsMTzTAfutU43Is39pf14ROkYU8,3257
|
38
38
|
pyxllib/data/oss.py,sha256=0W-rfrzYzRIP_yGqEh3nCkL2HKIrUXdXanzzOhKgSYc,2405
|
39
|
-
pyxllib/data/pglib.py,sha256=
|
39
|
+
pyxllib/data/pglib.py,sha256=Nlp09L9f6aJlEyBxOTNdibCADIWriinIJhBXk5hUHsI,49329
|
40
40
|
pyxllib/data/sqlite.py,sha256=gLqtooeLL0xrCofNHrx027GcZ58UFuCTciKm8vPLvrQ,20137
|
41
41
|
pyxllib/data/sqllib.py,sha256=Cd7HuEtRnfTzZv__0xS5Vzu8QZFrEN4mPBl2SvcPPUg,11658
|
42
42
|
pyxllib/ext/JLineViewer.py,sha256=OQQqoCsNtf9_GU7z06exEY3oOujYGtkp9REWXtLeRU0,19442
|
43
43
|
pyxllib/ext/__init__.py,sha256=tlLaKIK8wt3WxC8BKBEfBp73CkOU_5iD3p6Xv5pCKZo,128
|
44
|
-
pyxllib/ext/demolib.py,sha256=
|
44
|
+
pyxllib/ext/demolib.py,sha256=ufNXsbSovaKVXZYbwgdmchjI4NGbVG_Rk-QiiQoH-No,8476
|
45
45
|
pyxllib/ext/drissionlib.py,sha256=_FbwfayUS9diIFzqqBBR-3Ep9SfMIVDveZr4BxNXjlw,10007
|
46
46
|
pyxllib/ext/kq5034lib.py,sha256=U3sr1--oeWlZyJsBP03VjqrUhnarCzwr0YuTxVsQfWE,332
|
47
|
-
pyxllib/ext/old.py,sha256=o_3TP7zxCL1bO096kfadzB0PJt-MmQqDxkXQfWw3ce8,26744
|
48
47
|
pyxllib/ext/qt.py,sha256=3gGy86482QE8gJ_vrIrubHf58-T4HNglwt7-U0RlQVU,15641
|
49
|
-
pyxllib/ext/robustprocfile.py,sha256=
|
48
|
+
pyxllib/ext/robustprocfile.py,sha256=sKv_DjQlyokTR2S8DzGxCbYOdVZWKVxeCEGJvwX2rfs,17620
|
50
49
|
pyxllib/ext/seleniumlib.py,sha256=ybNkMVGNiad-PsTJpD4dpviltA6R6R6Gjkbj6jpPKKE,2695
|
51
50
|
pyxllib/ext/tk.py,sha256=sL5N4ABrzQl1W5YIZTjGs67yccVyW0fGcDT2zTOB8hU,4831
|
52
|
-
pyxllib/ext/unixlib.py,sha256=
|
53
|
-
pyxllib/ext/utools.py,sha256=
|
51
|
+
pyxllib/ext/unixlib.py,sha256=3PP4dz5zOueq9iUUewhnMPKaIJ1ICkQonnUEYnMenPI,33777
|
52
|
+
pyxllib/ext/utools.py,sha256=1KzCjvCAxzcVdXPCRqnlJSexUVuHtdY3BGy2KTZPHMw,13474
|
54
53
|
pyxllib/ext/webhook.py,sha256=NQH5HAZO8uncI-xweG7HqJVIG_ywhtaXKNRO4UA7Bhs,3934
|
55
54
|
pyxllib/ext/win32lib.py,sha256=YrG9q4G1M53P5Df_B4w3HvuvH7jq2122BX3gQrm5LAY,1197
|
56
|
-
pyxllib/ext/wjxlib.py,sha256=
|
55
|
+
pyxllib/ext/wjxlib.py,sha256=aT2KJxBuwUQrZLbVYiQvAteX0ee5uujNrrnDb5IcGyI,3168
|
57
56
|
pyxllib/ext/wpsapi.py,sha256=ytGYPcALwIKBKdRh5Vhq3jv4ty6Iz88bzUMvjWkvBes,4844
|
58
57
|
pyxllib/ext/xlwork.py,sha256=KZDO9GnGzjZR_Roz-5yWfK1B9Hf2IWldERcqx4JYaP0,204
|
59
|
-
pyxllib/ext/yuquelib.py,sha256=
|
58
|
+
pyxllib/ext/yuquelib.py,sha256=xpb72JJUEvobBYP2-xJnThq3DkgFSKhNRHx4l8rOgDA,37803
|
60
59
|
pyxllib/file/__init__.py,sha256=4UdnB_LYZwYsaIZeFJh-kiesH8rrAaY9E1GT5cjCmXM,435
|
61
|
-
pyxllib/file/docxlib.py,sha256=
|
60
|
+
pyxllib/file/docxlib.py,sha256=If5WYTyOdBN-4LsL5SiJHusoVb856jUOwayjbKmiM9M,28871
|
62
61
|
pyxllib/file/gitlib.py,sha256=wG_Ty6rLmkW8pv64plI3npC1QHBGvWhCC7BctF7VemQ,11311
|
63
62
|
pyxllib/file/libreoffice.py,sha256=OyReuDrK5mKONncX4nPkw9j8Lqwgu_gLXs5bMxWRpug,5442
|
64
|
-
pyxllib/file/movielib.py,sha256=
|
63
|
+
pyxllib/file/movielib.py,sha256=AjlOlXAX2r-PY5gyNrA7Zid580N62O0QK4U2WyHwYJY,5949
|
65
64
|
pyxllib/file/newbie.py,sha256=uwzWvW_7OG-6TvMe3E6XcW9mYn_YRskJm8c86dG6pd0,208
|
66
65
|
pyxllib/file/onenotelib.py,sha256=Q38TJSu4zHq7rqkiStWx7xR4mPiw1XOd6ptsBPOAHIg,53558
|
67
|
-
pyxllib/file/pdflib.py,sha256=
|
66
|
+
pyxllib/file/pdflib.py,sha256=rSmMA2N3Q65f7aFpjrNCdGvN561ANVYeSz51E01eTl4,16438
|
68
67
|
pyxllib/file/pupil.py,sha256=KRCbtpCoaHsXp1cRcLF6l20CqQD8rP6OmjbkfV62BOk,5814
|
69
|
-
pyxllib/file/xlsxlib.py,sha256=
|
68
|
+
pyxllib/file/xlsxlib.py,sha256=WzL-BUMrlorzPrj0DQlhFRU92CbSRQkNHbjJybjQiBU,128130
|
70
69
|
pyxllib/file/xlsyncfile.py,sha256=Y1TDzfGR8fl4efheo5AaVU2s3pxXRenveOSSr5hVcAM,14010
|
71
70
|
pyxllib/file/packlib/__init__.py,sha256=97tWehPWOj-zcg6iOhYhZI2VrkngVcclo7_VI8mQnG4,13325
|
72
71
|
pyxllib/file/packlib/zipfile.py,sha256=ekLy9KAfYKD9NvKziEZ0MVM5X7Cw9RUgNzKypjsq5zU,87724
|
73
|
-
pyxllib/file/specialist/__init__.py,sha256=
|
72
|
+
pyxllib/file/specialist/__init__.py,sha256=mGzp90oYmmfFEhVt_qsrpQEJt6qgMa0mmcaKl9Bi4wk,27462
|
74
73
|
pyxllib/file/specialist/dirlib.py,sha256=zrjCWKtTbkf84Gu40LQtP0VsDFuGRmGxjhj0omMoiew,31607
|
75
74
|
pyxllib/file/specialist/download.py,sha256=b-Ysn48WPhmrV0W5aHZylbWXAdjgrcsBLDK513Po-7g,7205
|
76
|
-
pyxllib/file/specialist/filelib.py,sha256=
|
75
|
+
pyxllib/file/specialist/filelib.py,sha256=YhG4P7GjK6EFAA0QJAoC7hR66qmXhdJ0-hbY_shU2_0,106900
|
77
76
|
pyxllib/prog/__init__.py,sha256=lXLC97i2KSLya5p4LHDae7RXQJCOR6N6zJiDjRSxKOE,127
|
78
|
-
pyxllib/prog/cachetools.py,sha256=
|
77
|
+
pyxllib/prog/cachetools.py,sha256=eO42OKXlM6TK8XPWPjRSx4rfO_KBB9xnfD1bB6WRlRk,2307
|
79
78
|
pyxllib/prog/deprecatedlib.py,sha256=HDyG7-CH6TRH95UTlIqAgZaQRw_cBEBO9oS7CAAQvlI,8266
|
80
79
|
pyxllib/prog/filelock.py,sha256=vYqItmMBah_EiAjEVRMt4oM4EE_gUrY1rwqf2io_3AY,1394
|
81
80
|
pyxllib/prog/ipyexec.py,sha256=8Nvgr2aNNxRQZ3gqF-iTuu4Yk5M7lEuqbXwPMAhxzkc,8976
|
82
81
|
pyxllib/prog/multiprogs.py,sha256=PF4gW7-h__0heeIBGnQaYSs8GspAH9KL8yOe7Ptjb5I,36986
|
83
82
|
pyxllib/prog/newbie.py,sha256=T1dDhcroBfMk5wvaotmrrJrsUDAErmcC6z3Za8wNevs,14819
|
84
|
-
pyxllib/prog/pupil.py,sha256=
|
83
|
+
pyxllib/prog/pupil.py,sha256=gbPdesXC37E9kw_ClTk9kjpi99083gM7CAPWOZTI4go,45093
|
85
84
|
pyxllib/prog/sitepackages.py,sha256=XsUKOipjrBTw9Zi_J3pbbbJqTjpm6lB1_uHRZb9FxYI,963
|
86
|
-
pyxllib/prog/xlosenv.py,sha256=
|
87
|
-
pyxllib/prog/specialist/__init__.py,sha256=
|
85
|
+
pyxllib/prog/xlosenv.py,sha256=7YJG85EipzVwe0npmmmvnHqfX2_amF6CnjDX-TVfPyM,3768
|
86
|
+
pyxllib/prog/specialist/__init__.py,sha256=Zp1T5a9ngg6ZZY5AnbF6gTcByUfTkFAJWAtYEXiB-Ww,13140
|
88
87
|
pyxllib/prog/specialist/bc.py,sha256=-qRZ7fb8rv-irWCixLOk2J3aYwjrLk6NQMj0cWset4Y,9647
|
89
88
|
pyxllib/prog/specialist/browser.py,sha256=JpASJC_QN7o4tVkmEyTY7Ygqz-dhl21ordTnCPu9F54,19699
|
90
89
|
pyxllib/prog/specialist/common.py,sha256=aRdyszicVjLAN8a5LOG_XHXnnKH6VxtI710K2pAxP74,12962
|
@@ -96,20 +95,20 @@ pyxllib/stdlib/tablepyxl/__init__.py,sha256=gGBdR8ZXd6nCnqB0ODHEeFG04tdro6ZBN0bu
|
|
96
95
|
pyxllib/stdlib/tablepyxl/style.py,sha256=vcuJyGanL9jcbQhwVgDnvoAzM9iNLJnEHlORayWfqbk,10621
|
97
96
|
pyxllib/stdlib/tablepyxl/tablepyxl.py,sha256=rsFaqS97ieuRwEvJaWFIgxefSabke6y_3p1tZWStvNQ,4401
|
98
97
|
pyxllib/text/__init__.py,sha256=wt5ZD19bDuPWzm8MFu0DSNIQF3mYchIGevsoPUwkTn8,162
|
99
|
-
pyxllib/text/ahocorasick.py,sha256=
|
100
|
-
pyxllib/text/airscript.js,sha256=
|
98
|
+
pyxllib/text/ahocorasick.py,sha256=GbKAJK57TRFW0wsvtspuMgeqA0wTuZXLYW2kkIJ_bpw,1112
|
99
|
+
pyxllib/text/airscript.js,sha256=RqAegeMmwhvhDND71PuXAIaE21jtYhpHwyyskj9-_Bc,29920
|
101
100
|
pyxllib/text/charclasslib.py,sha256=wUea2p9FXUwcwRcPF7bRghIwPhpxNhkP31arEwsW9w4,37530
|
102
101
|
pyxllib/text/jiebalib.py,sha256=ZRTYryO77O0cU-ahmjjjG9I44gio_6JGAXQ2wKw9xlM,8686
|
103
|
-
pyxllib/text/jinjalib.py,sha256=
|
102
|
+
pyxllib/text/jinjalib.py,sha256=0AvFCMjRnh5hvVDfyI07HHoAKplDptLo7CEFJ59IT0I,839
|
104
103
|
pyxllib/text/jsa_ai_prompt.md,sha256=stkJnzDKgafAlu1M2QGX1SPHByj94UWXvI_fkccHC8U,12517
|
105
104
|
pyxllib/text/jscode.py,sha256=9o5isGVcDJ6jpVh0xn3AfA2xmGzK2i9FO1A5HJxtVXw,38685
|
106
|
-
pyxllib/text/levenshtein.py,sha256=
|
105
|
+
pyxllib/text/levenshtein.py,sha256=HCD6_c4fBTBcMpIZWYe40M5HS9TaamCHHt53FJ3OtjU,11960
|
107
106
|
pyxllib/text/nestenv.py,sha256=c-Ch7UBvwV74Yl0P_miFcpeurv3PP1I85nTbp9gmaYc,50476
|
108
107
|
pyxllib/text/newbie.py,sha256=68FT-iCpVHSy-1T8_jqc9PTJVBF-DnDHVH84A5hF_Jo,7368
|
109
108
|
pyxllib/text/pycode.py,sha256=WmO69iGyRsMDQs_iNI-m_UzGWwkIy9B4zKqBCEuOsSo,1538
|
110
109
|
pyxllib/text/spellchecker.py,sha256=DlJaonkUFdrgNclsxQsOaCgFFp0FOwL2lCkx-mSw9p0,7534
|
111
110
|
pyxllib/text/vbacode.py,sha256=GexOFhHhZ3vsSHxs7HbqBJR1o5JkQzzy1UsvFH3plzE,497
|
112
|
-
pyxllib/text/xmllib.py,sha256=
|
111
|
+
pyxllib/text/xmllib.py,sha256=ylJSLq7gWvDW1l-OefCqPGEBSxyI7wNmIKWp7_kaOVM,27686
|
113
112
|
pyxllib/text/latex/__init__.py,sha256=nrz0l2WMj_CwbIkD-fRfugPgAKSjJdi6aXPeNpuNKAU,6258
|
114
113
|
pyxllib/text/pupil/__init__.py,sha256=xrA2KHe4c5PnKO7wIitW9-GQolXgETTV9BYnO-Lq75k,209
|
115
114
|
pyxllib/text/pupil/common.py,sha256=yPvFq3bsuzSkm-zSqiuV2WVmm_uSOyHm-pTIjkDsOng,36788
|
@@ -120,7 +119,7 @@ pyxllib/text/specialist/ptag.py,sha256=_As-f5-opbhObhTMePHzmSP46nMqcyC2Uknr8OoRg
|
|
120
119
|
pyxllib/text/templates/echart_base.html,sha256=VJeabfLnsMjE445xyww5dvup8MkMjZTZ8rt2iN9v89M,241
|
121
120
|
pyxllib/text/templates/highlight_code.html,sha256=4IcPVx_3mfAQzX4Pp_FQW5LVyRbspMZ5q_bxizVNbsk,518
|
122
121
|
pyxllib/text/templates/latex_editor.html,sha256=oqadq-7zH8J8r_2Y2QidUYmmhQkpZiK0A4-zwG9wjPk,3561
|
123
|
-
pyxllib-
|
124
|
-
pyxllib-
|
125
|
-
pyxllib-
|
126
|
-
pyxllib-
|
122
|
+
pyxllib-3.201.1.dist-info/METADATA,sha256=Jf7FN6NIZf5xMDXj7LWWpEPfoOGjCtoKKUQMDu1abIA,12370
|
123
|
+
pyxllib-3.201.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
124
|
+
pyxllib-3.201.1.dist-info/licenses/LICENSE,sha256=jtz5xkHYXTw44vA3-TP5B6r4Z5N8RDoKvMAVs-hCCn4,10253
|
125
|
+
pyxllib-3.201.1.dist-info/RECORD,,
|