pyxllib 0.3.197__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 +14 -21
- pyxllib/algo/__init__.py +8 -8
- pyxllib/algo/disjoint.py +54 -54
- pyxllib/algo/geo.py +537 -541
- pyxllib/algo/intervals.py +964 -964
- pyxllib/algo/matcher.py +389 -389
- pyxllib/algo/newbie.py +166 -166
- pyxllib/algo/pupil.py +629 -629
- pyxllib/algo/shapelylib.py +67 -67
- pyxllib/algo/specialist.py +241 -241
- pyxllib/algo/stat.py +494 -494
- pyxllib/algo/treelib.py +145 -149
- pyxllib/algo/unitlib.py +62 -66
- pyxllib/autogui/__init__.py +5 -5
- pyxllib/autogui/activewin.py +246 -246
- pyxllib/autogui/all.py +9 -9
- pyxllib/autogui/autogui.py +846 -852
- pyxllib/autogui/uiautolib.py +362 -362
- pyxllib/autogui/virtualkey.py +102 -102
- pyxllib/autogui/wechat.py +827 -827
- pyxllib/autogui/wechat_msg.py +421 -421
- pyxllib/autogui/wxautolib.py +84 -84
- pyxllib/cv/__init__.py +5 -5
- pyxllib/cv/expert.py +267 -267
- pyxllib/cv/imfile.py +159 -159
- pyxllib/cv/imhash.py +39 -39
- pyxllib/cv/pupil.py +9 -9
- pyxllib/cv/rgbfmt.py +1525 -1525
- pyxllib/cv/slidercaptcha.py +137 -137
- pyxllib/cv/trackbartools.py +251 -251
- pyxllib/cv/xlcvlib.py +1040 -1040
- pyxllib/cv/xlpillib.py +423 -423
- pyxllib/data/echarts.py +236 -240
- pyxllib/data/jsonlib.py +85 -89
- pyxllib/data/oss.py +72 -72
- pyxllib/data/pglib.py +1111 -1127
- pyxllib/data/sqlite.py +568 -568
- pyxllib/data/sqllib.py +297 -297
- pyxllib/ext/JLineViewer.py +505 -505
- pyxllib/ext/__init__.py +6 -6
- pyxllib/ext/demolib.py +251 -246
- pyxllib/ext/drissionlib.py +277 -277
- pyxllib/ext/kq5034lib.py +12 -12
- pyxllib/ext/qt.py +449 -449
- pyxllib/ext/robustprocfile.py +493 -497
- pyxllib/ext/seleniumlib.py +76 -76
- pyxllib/ext/tk.py +173 -173
- pyxllib/ext/unixlib.py +821 -827
- pyxllib/ext/utools.py +345 -351
- pyxllib/ext/webhook.py +124 -119
- pyxllib/ext/win32lib.py +40 -40
- pyxllib/ext/wjxlib.py +91 -88
- pyxllib/ext/wpsapi.py +124 -124
- pyxllib/ext/xlwork.py +9 -9
- pyxllib/ext/yuquelib.py +1110 -1105
- pyxllib/file/__init__.py +17 -17
- pyxllib/file/docxlib.py +757 -761
- pyxllib/file/gitlib.py +309 -309
- pyxllib/file/libreoffice.py +165 -165
- pyxllib/file/movielib.py +144 -148
- pyxllib/file/newbie.py +10 -10
- pyxllib/file/onenotelib.py +1469 -1469
- pyxllib/file/packlib/__init__.py +330 -330
- pyxllib/file/packlib/zipfile.py +2441 -2441
- pyxllib/file/pdflib.py +422 -426
- pyxllib/file/pupil.py +185 -185
- pyxllib/file/specialist/__init__.py +681 -685
- pyxllib/file/specialist/dirlib.py +799 -799
- pyxllib/file/specialist/download.py +193 -193
- pyxllib/file/specialist/filelib.py +2825 -2829
- pyxllib/file/xlsxlib.py +3122 -3131
- pyxllib/file/xlsyncfile.py +341 -341
- pyxllib/prog/__init__.py +5 -5
- pyxllib/prog/cachetools.py +58 -64
- pyxllib/prog/deprecatedlib.py +233 -233
- pyxllib/prog/filelock.py +42 -42
- pyxllib/prog/ipyexec.py +253 -253
- pyxllib/prog/multiprogs.py +940 -940
- pyxllib/prog/newbie.py +451 -451
- pyxllib/prog/pupil.py +1208 -1197
- pyxllib/prog/sitepackages.py +33 -33
- pyxllib/prog/specialist/__init__.py +348 -391
- pyxllib/prog/specialist/bc.py +203 -203
- pyxllib/prog/specialist/browser.py +497 -497
- pyxllib/prog/specialist/common.py +347 -347
- pyxllib/prog/specialist/datetime.py +198 -198
- pyxllib/prog/specialist/tictoc.py +240 -240
- pyxllib/prog/specialist/xllog.py +180 -180
- pyxllib/prog/xlosenv.py +110 -108
- pyxllib/stdlib/__init__.py +17 -17
- pyxllib/stdlib/tablepyxl/__init__.py +10 -10
- pyxllib/stdlib/tablepyxl/style.py +303 -303
- pyxllib/stdlib/tablepyxl/tablepyxl.py +130 -130
- pyxllib/text/__init__.py +8 -8
- pyxllib/text/ahocorasick.py +36 -39
- pyxllib/text/airscript.js +754 -744
- pyxllib/text/charclasslib.py +121 -121
- pyxllib/text/jiebalib.py +267 -267
- pyxllib/text/jinjalib.py +27 -32
- pyxllib/text/jsa_ai_prompt.md +271 -271
- pyxllib/text/jscode.py +922 -922
- pyxllib/text/latex/__init__.py +158 -158
- pyxllib/text/levenshtein.py +303 -303
- pyxllib/text/nestenv.py +1215 -1215
- pyxllib/text/newbie.py +300 -300
- pyxllib/text/pupil/__init__.py +8 -8
- pyxllib/text/pupil/common.py +1121 -1121
- pyxllib/text/pupil/xlalign.py +326 -326
- pyxllib/text/pycode.py +47 -47
- pyxllib/text/specialist/__init__.py +8 -8
- pyxllib/text/specialist/common.py +112 -112
- pyxllib/text/specialist/ptag.py +186 -186
- pyxllib/text/spellchecker.py +172 -172
- pyxllib/text/templates/echart_base.html +10 -10
- pyxllib/text/templates/highlight_code.html +16 -16
- pyxllib/text/templates/latex_editor.html +102 -102
- pyxllib/text/vbacode.py +17 -17
- pyxllib/text/xmllib.py +741 -747
- pyxllib/xl.py +42 -39
- pyxllib/xlcv.py +17 -17
- pyxllib-3.201.1.dist-info/METADATA +296 -0
- pyxllib-3.201.1.dist-info/RECORD +125 -0
- {pyxllib-0.3.197.dist-info → pyxllib-3.201.1.dist-info}/licenses/LICENSE +190 -190
- pyxllib/ext/old.py +0 -663
- pyxllib-0.3.197.dist-info/METADATA +0 -48
- pyxllib-0.3.197.dist-info/RECORD +0 -126
- {pyxllib-0.3.197.dist-info → pyxllib-3.201.1.dist-info}/WHEEL +0 -0
pyxllib/xl.py
CHANGED
@@ -1,39 +1,42 @@
|
|
1
|
-
#!/usr/bin/env python3
|
2
|
-
# -*- coding: utf-8 -*-
|
3
|
-
# @Author : 陈坤泽
|
4
|
-
# @Email : 877362867@qq.com
|
5
|
-
# @Date : 2021/06/03 22:08
|
6
|
-
|
7
|
-
""" pyxllib常用功能
|
8
|
-
"""
|
9
|
-
|
10
|
-
try:
|
11
|
-
import fire
|
12
|
-
except:
|
13
|
-
# 除了模块找不到,在labelme场景可能还有AttributeError: 'NoneType' object has no attribute 'isatty'
|
14
|
-
# 遇到这种情况,都可以忽略
|
15
|
-
pass
|
16
|
-
|
17
|
-
from pyxllib.file.packlib import *
|
18
|
-
|
19
|
-
from pyxllib.prog.newbie import *
|
20
|
-
from pyxllib.prog.pupil import *
|
21
|
-
from pyxllib.prog.specialist import *
|
22
|
-
# from pyxllib.prog.deprecatedlib import deprecated
|
23
|
-
from deprecated import deprecated
|
24
|
-
|
25
|
-
from pyxllib.algo.newbie import *
|
26
|
-
from pyxllib.algo.pupil import *
|
27
|
-
from pyxllib.algo.specialist import *
|
28
|
-
|
29
|
-
from pyxllib.text.newbie import *
|
30
|
-
from pyxllib.text.pupil import *
|
31
|
-
from pyxllib.text.specialist import *
|
32
|
-
|
33
|
-
from pyxllib.file.newbie import *
|
34
|
-
from pyxllib.file.pupil import *
|
35
|
-
from pyxllib.file.specialist import *
|
36
|
-
|
37
|
-
if __name__ == '__main__':
|
38
|
-
# 直接运行的话,支持开放出所有函数类接口
|
39
|
-
fire.Fire()
|
1
|
+
#!/usr/bin/env python3
|
2
|
+
# -*- coding: utf-8 -*-
|
3
|
+
# @Author : 陈坤泽
|
4
|
+
# @Email : 877362867@qq.com
|
5
|
+
# @Date : 2021/06/03 22:08
|
6
|
+
|
7
|
+
""" pyxllib常用功能
|
8
|
+
"""
|
9
|
+
|
10
|
+
try:
|
11
|
+
import fire
|
12
|
+
except:
|
13
|
+
# 除了模块找不到,在labelme场景可能还有AttributeError: 'NoneType' object has no attribute 'isatty'
|
14
|
+
# 遇到这种情况,都可以忽略
|
15
|
+
pass
|
16
|
+
|
17
|
+
from pyxllib.file.packlib import *
|
18
|
+
|
19
|
+
from pyxllib.prog.newbie import *
|
20
|
+
from pyxllib.prog.pupil import *
|
21
|
+
from pyxllib.prog.specialist import *
|
22
|
+
# from pyxllib.prog.deprecatedlib import deprecated
|
23
|
+
from deprecated import deprecated
|
24
|
+
|
25
|
+
from pyxllib.algo.newbie import *
|
26
|
+
from pyxllib.algo.pupil import *
|
27
|
+
from pyxllib.algo.specialist import *
|
28
|
+
|
29
|
+
from pyxllib.text.newbie import *
|
30
|
+
from pyxllib.text.pupil import *
|
31
|
+
from pyxllib.text.specialist import *
|
32
|
+
|
33
|
+
from pyxllib.file.newbie import *
|
34
|
+
from pyxllib.file.pupil import *
|
35
|
+
from pyxllib.file.specialist import *
|
36
|
+
|
37
|
+
if __name__ == '__main__':
|
38
|
+
# 直接运行的话,支持开放出所有函数类接口
|
39
|
+
fire.Fire()
|
40
|
+
|
41
|
+
|
42
|
+
from pyxllib.ext.demolib import test_re
|
pyxllib/xlcv.py
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
#!/usr/bin/env python3
|
2
|
-
# -*- coding: utf-8 -*-
|
3
|
-
# @Author : 陈坤泽
|
4
|
-
# @Email : 877362867@qq.com
|
5
|
-
# @Date : 2021/06/03 22:23
|
6
|
-
|
7
|
-
from pyxllib.xl import *
|
8
|
-
from pyxllib.algo.geo import *
|
9
|
-
from pyxllib.cv.pupil import *
|
10
|
-
from pyxllib.cv.expert import *
|
11
|
-
from pyxllib.cv.xlpillib import *
|
12
|
-
|
13
|
-
# 把自定义的一些功能嵌入到PIL.Image.Image类中。
|
14
|
-
# 因为pyxllib.xlcv设计初衷本就是为了便捷而牺牲工程性。
|
15
|
-
# 如果这步没有给您“惊喜”而是“惊吓”,
|
16
|
-
# 可以使用 from pyxllib.cv.expert import * 代替 from pyxllib.xlcv import *。
|
17
|
-
# 然后显式使用 xlpil.imsize(im) 来代替 im.imsize 等用法。
|
1
|
+
#!/usr/bin/env python3
|
2
|
+
# -*- coding: utf-8 -*-
|
3
|
+
# @Author : 陈坤泽
|
4
|
+
# @Email : 877362867@qq.com
|
5
|
+
# @Date : 2021/06/03 22:23
|
6
|
+
|
7
|
+
from pyxllib.xl import *
|
8
|
+
from pyxllib.algo.geo import *
|
9
|
+
from pyxllib.cv.pupil import *
|
10
|
+
from pyxllib.cv.expert import *
|
11
|
+
from pyxllib.cv.xlpillib import *
|
12
|
+
|
13
|
+
# 把自定义的一些功能嵌入到PIL.Image.Image类中。
|
14
|
+
# 因为pyxllib.xlcv设计初衷本就是为了便捷而牺牲工程性。
|
15
|
+
# 如果这步没有给您“惊喜”而是“惊吓”,
|
16
|
+
# 可以使用 from pyxllib.cv.expert import * 代替 from pyxllib.xlcv import *。
|
17
|
+
# 然后显式使用 xlpil.imsize(im) 来代替 im.imsize 等用法。
|
@@ -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
|
@@ -0,0 +1,125 @@
|
|
1
|
+
pyxllib/__init__.py,sha256=PT7Vg1rnF5Nih_IjCeIDiJdKtuq5Pn53EaR3h5vAJf8,348
|
2
|
+
pyxllib/xl.py,sha256=yfjao8VSdQ1hZOryF2_1TutQ-jsRbh4RN4NKq1YD-Fw,1055
|
3
|
+
pyxllib/xlcv.py,sha256=sAp1UbwJ3hYWDMUfMRKxw7kKixcMwADNUesGpx7lJ6I,635
|
4
|
+
pyxllib/algo/__init__.py,sha256=y5anjyDuuWRhRNmhod-2FKxk8Dl9x9Nr0BastaooPEg,153
|
5
|
+
pyxllib/algo/disjoint.py,sha256=3DL3PJxj8PF7ZwHndug4mwQHyvnqJZcrT8tvjcdvyJQ,1396
|
6
|
+
pyxllib/algo/geo.py,sha256=0-tCPytePfBOQer-RO7zwbVUR7WeFnNVPhR2kSsvjsw,17840
|
7
|
+
pyxllib/algo/intervals.py,sha256=5JvRXtWI4QX0zPhBsYnDwyPgKrmWzR2zg3htXmo5KBg,35756
|
8
|
+
pyxllib/algo/matcher.py,sha256=BGc9--VeLKi9C0KNWhe6txFPPfTEfCahZlpGrEmlBa0,15601
|
9
|
+
pyxllib/algo/newbie.py,sha256=ycWyn3j39jDrDWfCpzo8sbJSPHNnD24pDLtbdHhpDM8,4002
|
10
|
+
pyxllib/algo/pupil.py,sha256=LCz6xFQnunkx5Kxnf9ZCRnjhpfWQEH68Dv7dEp-W9b0,23286
|
11
|
+
pyxllib/algo/shapelylib.py,sha256=-WscslV2sCMUdnGuSch-wCfmj4odmfQY4O3pILzfzRA,2326
|
12
|
+
pyxllib/algo/specialist.py,sha256=epxjtxNP6ytX9ARmtpRb6wibH1tuhGL5tdXaOJkrR6c,8380
|
13
|
+
pyxllib/algo/stat.py,sha256=Mf0Jbdgrmg76sj45V7tiBBmZ6212zO-C0ePd2ODf7Ls,19131
|
14
|
+
pyxllib/algo/treelib.py,sha256=yxjT31vcLjxlJR0wZpVstGE_Q2nPSH5HCsf78mJV7eM,4857
|
15
|
+
pyxllib/algo/unitlib.py,sha256=quxcPD0BSOwvVoPDZMgiJkMrU8KmgTUeH1v6yPgShtc,1802
|
16
|
+
pyxllib/autogui/__init__.py,sha256=q8JAOB5DFDY6qrv2bck5xbZnh_ZZCPtoQ57naDLSFyY,127
|
17
|
+
pyxllib/autogui/activewin.py,sha256=yxl02Vr3AUwXC3LXWv7rF05ZsSPPb2RKop70AwaFPq4,10022
|
18
|
+
pyxllib/autogui/all.py,sha256=GGMRV4Hs2w7dLvN1kXz-bqynVqyntCBavgqOrey0DyM,241
|
19
|
+
pyxllib/autogui/autogui.py,sha256=uxCQaRlbf5ky1unzgyr2jo0dHRcoPqWdWxc9xih143Q,29679
|
20
|
+
pyxllib/autogui/uiautolib.py,sha256=CFS0MCabX1Wc8fH2Pr_LdGO37klBn1m4AiGI7UVcOuw,12393
|
21
|
+
pyxllib/autogui/virtualkey.py,sha256=Z8HlVXq0Y4G3CwLpT4H-V8AbzURNyRd0xwj0ecFFiQ0,3552
|
22
|
+
pyxllib/autogui/wechat.py,sha256=sGpXlgWPNbNHN4ZRGtGnMHNlvusV912IXW-ER8STAbI,29647
|
23
|
+
pyxllib/autogui/wechat_msg.py,sha256=wt41kouUBPZY-VFP4awngfQGqU-T0JvvTmYmziaE56M,12731
|
24
|
+
pyxllib/autogui/wxautolib.py,sha256=4mjuDCTj98EWicGu7zdcv4shJTLckjBW9UCHyxKd9p8,2820
|
25
|
+
pyxllib/cv/__init__.py,sha256=0JeaNlX8CJ83GXEZJ9dcqVQrKlcnKztf3DqJhuN5KiQ,127
|
26
|
+
pyxllib/cv/expert.py,sha256=WbQSLh8yK8naxJjKVtvRvbcV1ofLVEIxbG3IKmIRFbs,11111
|
27
|
+
pyxllib/cv/imfile.py,sha256=h45pj6db2g6BfBRQ-nYqx-w1JQG6O0oY64TfEDpHd3E,6598
|
28
|
+
pyxllib/cv/imhash.py,sha256=qe-Mur8Ph6QsNoOPaot8X-jqBtba5xsJwkGet0pcy4g,938
|
29
|
+
pyxllib/cv/pupil.py,sha256=6PQfZh3DZwuKh9gJN6IFeoMhWCGmnvXVrYYC3CJmMIU,330
|
30
|
+
pyxllib/cv/rgbfmt.py,sha256=F8FC7m-YvLuSYZkbYnWDc0PSN8zzoLWwLHyoIneAiqk,36745
|
31
|
+
pyxllib/cv/slidercaptcha.py,sha256=3IBqHACG-yXV7sVkYJ-Cbhyxaf0vzdzUUGx_ghGYGVE,5285
|
32
|
+
pyxllib/cv/trackbartools.py,sha256=739ynQeQmiwZQMKMjV-sT2BjY8O0KIFwEl3Yup6a4mI,9008
|
33
|
+
pyxllib/cv/xlcvlib.py,sha256=iMZ9KfjLX8-ipqwspNtJMs2KnN8SBAOVufQpmA_yfe4,39747
|
34
|
+
pyxllib/cv/xlpillib.py,sha256=KP1i0z0Ako76RGVWWzm8XrAyjWmCWCMxSpDsR1dHcJY,15031
|
35
|
+
pyxllib/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
36
|
+
pyxllib/data/echarts.py,sha256=fBWUuZYiXnVZywIzaEqJmBUF2gsXvrqwms45lSh1Jsw,7907
|
37
|
+
pyxllib/data/jsonlib.py,sha256=Fuy2OC2JDOgFCbrCpsMTzTAfutU43Is39pf14ROkYU8,3257
|
38
|
+
pyxllib/data/oss.py,sha256=0W-rfrzYzRIP_yGqEh3nCkL2HKIrUXdXanzzOhKgSYc,2405
|
39
|
+
pyxllib/data/pglib.py,sha256=Nlp09L9f6aJlEyBxOTNdibCADIWriinIJhBXk5hUHsI,49329
|
40
|
+
pyxllib/data/sqlite.py,sha256=gLqtooeLL0xrCofNHrx027GcZ58UFuCTciKm8vPLvrQ,20137
|
41
|
+
pyxllib/data/sqllib.py,sha256=Cd7HuEtRnfTzZv__0xS5Vzu8QZFrEN4mPBl2SvcPPUg,11658
|
42
|
+
pyxllib/ext/JLineViewer.py,sha256=OQQqoCsNtf9_GU7z06exEY3oOujYGtkp9REWXtLeRU0,19442
|
43
|
+
pyxllib/ext/__init__.py,sha256=tlLaKIK8wt3WxC8BKBEfBp73CkOU_5iD3p6Xv5pCKZo,128
|
44
|
+
pyxllib/ext/demolib.py,sha256=ufNXsbSovaKVXZYbwgdmchjI4NGbVG_Rk-QiiQoH-No,8476
|
45
|
+
pyxllib/ext/drissionlib.py,sha256=_FbwfayUS9diIFzqqBBR-3Ep9SfMIVDveZr4BxNXjlw,10007
|
46
|
+
pyxllib/ext/kq5034lib.py,sha256=U3sr1--oeWlZyJsBP03VjqrUhnarCzwr0YuTxVsQfWE,332
|
47
|
+
pyxllib/ext/qt.py,sha256=3gGy86482QE8gJ_vrIrubHf58-T4HNglwt7-U0RlQVU,15641
|
48
|
+
pyxllib/ext/robustprocfile.py,sha256=sKv_DjQlyokTR2S8DzGxCbYOdVZWKVxeCEGJvwX2rfs,17620
|
49
|
+
pyxllib/ext/seleniumlib.py,sha256=ybNkMVGNiad-PsTJpD4dpviltA6R6R6Gjkbj6jpPKKE,2695
|
50
|
+
pyxllib/ext/tk.py,sha256=sL5N4ABrzQl1W5YIZTjGs67yccVyW0fGcDT2zTOB8hU,4831
|
51
|
+
pyxllib/ext/unixlib.py,sha256=3PP4dz5zOueq9iUUewhnMPKaIJ1ICkQonnUEYnMenPI,33777
|
52
|
+
pyxllib/ext/utools.py,sha256=1KzCjvCAxzcVdXPCRqnlJSexUVuHtdY3BGy2KTZPHMw,13474
|
53
|
+
pyxllib/ext/webhook.py,sha256=NQH5HAZO8uncI-xweG7HqJVIG_ywhtaXKNRO4UA7Bhs,3934
|
54
|
+
pyxllib/ext/win32lib.py,sha256=YrG9q4G1M53P5Df_B4w3HvuvH7jq2122BX3gQrm5LAY,1197
|
55
|
+
pyxllib/ext/wjxlib.py,sha256=aT2KJxBuwUQrZLbVYiQvAteX0ee5uujNrrnDb5IcGyI,3168
|
56
|
+
pyxllib/ext/wpsapi.py,sha256=ytGYPcALwIKBKdRh5Vhq3jv4ty6Iz88bzUMvjWkvBes,4844
|
57
|
+
pyxllib/ext/xlwork.py,sha256=KZDO9GnGzjZR_Roz-5yWfK1B9Hf2IWldERcqx4JYaP0,204
|
58
|
+
pyxllib/ext/yuquelib.py,sha256=xpb72JJUEvobBYP2-xJnThq3DkgFSKhNRHx4l8rOgDA,37803
|
59
|
+
pyxllib/file/__init__.py,sha256=4UdnB_LYZwYsaIZeFJh-kiesH8rrAaY9E1GT5cjCmXM,435
|
60
|
+
pyxllib/file/docxlib.py,sha256=If5WYTyOdBN-4LsL5SiJHusoVb856jUOwayjbKmiM9M,28871
|
61
|
+
pyxllib/file/gitlib.py,sha256=wG_Ty6rLmkW8pv64plI3npC1QHBGvWhCC7BctF7VemQ,11311
|
62
|
+
pyxllib/file/libreoffice.py,sha256=OyReuDrK5mKONncX4nPkw9j8Lqwgu_gLXs5bMxWRpug,5442
|
63
|
+
pyxllib/file/movielib.py,sha256=AjlOlXAX2r-PY5gyNrA7Zid580N62O0QK4U2WyHwYJY,5949
|
64
|
+
pyxllib/file/newbie.py,sha256=uwzWvW_7OG-6TvMe3E6XcW9mYn_YRskJm8c86dG6pd0,208
|
65
|
+
pyxllib/file/onenotelib.py,sha256=Q38TJSu4zHq7rqkiStWx7xR4mPiw1XOd6ptsBPOAHIg,53558
|
66
|
+
pyxllib/file/pdflib.py,sha256=rSmMA2N3Q65f7aFpjrNCdGvN561ANVYeSz51E01eTl4,16438
|
67
|
+
pyxllib/file/pupil.py,sha256=KRCbtpCoaHsXp1cRcLF6l20CqQD8rP6OmjbkfV62BOk,5814
|
68
|
+
pyxllib/file/xlsxlib.py,sha256=WzL-BUMrlorzPrj0DQlhFRU92CbSRQkNHbjJybjQiBU,128130
|
69
|
+
pyxllib/file/xlsyncfile.py,sha256=Y1TDzfGR8fl4efheo5AaVU2s3pxXRenveOSSr5hVcAM,14010
|
70
|
+
pyxllib/file/packlib/__init__.py,sha256=97tWehPWOj-zcg6iOhYhZI2VrkngVcclo7_VI8mQnG4,13325
|
71
|
+
pyxllib/file/packlib/zipfile.py,sha256=ekLy9KAfYKD9NvKziEZ0MVM5X7Cw9RUgNzKypjsq5zU,87724
|
72
|
+
pyxllib/file/specialist/__init__.py,sha256=mGzp90oYmmfFEhVt_qsrpQEJt6qgMa0mmcaKl9Bi4wk,27462
|
73
|
+
pyxllib/file/specialist/dirlib.py,sha256=zrjCWKtTbkf84Gu40LQtP0VsDFuGRmGxjhj0omMoiew,31607
|
74
|
+
pyxllib/file/specialist/download.py,sha256=b-Ysn48WPhmrV0W5aHZylbWXAdjgrcsBLDK513Po-7g,7205
|
75
|
+
pyxllib/file/specialist/filelib.py,sha256=YhG4P7GjK6EFAA0QJAoC7hR66qmXhdJ0-hbY_shU2_0,106900
|
76
|
+
pyxllib/prog/__init__.py,sha256=lXLC97i2KSLya5p4LHDae7RXQJCOR6N6zJiDjRSxKOE,127
|
77
|
+
pyxllib/prog/cachetools.py,sha256=eO42OKXlM6TK8XPWPjRSx4rfO_KBB9xnfD1bB6WRlRk,2307
|
78
|
+
pyxllib/prog/deprecatedlib.py,sha256=HDyG7-CH6TRH95UTlIqAgZaQRw_cBEBO9oS7CAAQvlI,8266
|
79
|
+
pyxllib/prog/filelock.py,sha256=vYqItmMBah_EiAjEVRMt4oM4EE_gUrY1rwqf2io_3AY,1394
|
80
|
+
pyxllib/prog/ipyexec.py,sha256=8Nvgr2aNNxRQZ3gqF-iTuu4Yk5M7lEuqbXwPMAhxzkc,8976
|
81
|
+
pyxllib/prog/multiprogs.py,sha256=PF4gW7-h__0heeIBGnQaYSs8GspAH9KL8yOe7Ptjb5I,36986
|
82
|
+
pyxllib/prog/newbie.py,sha256=T1dDhcroBfMk5wvaotmrrJrsUDAErmcC6z3Za8wNevs,14819
|
83
|
+
pyxllib/prog/pupil.py,sha256=gbPdesXC37E9kw_ClTk9kjpi99083gM7CAPWOZTI4go,45093
|
84
|
+
pyxllib/prog/sitepackages.py,sha256=XsUKOipjrBTw9Zi_J3pbbbJqTjpm6lB1_uHRZb9FxYI,963
|
85
|
+
pyxllib/prog/xlosenv.py,sha256=7YJG85EipzVwe0npmmmvnHqfX2_amF6CnjDX-TVfPyM,3768
|
86
|
+
pyxllib/prog/specialist/__init__.py,sha256=Zp1T5a9ngg6ZZY5AnbF6gTcByUfTkFAJWAtYEXiB-Ww,13140
|
87
|
+
pyxllib/prog/specialist/bc.py,sha256=-qRZ7fb8rv-irWCixLOk2J3aYwjrLk6NQMj0cWset4Y,9647
|
88
|
+
pyxllib/prog/specialist/browser.py,sha256=JpASJC_QN7o4tVkmEyTY7Ygqz-dhl21ordTnCPu9F54,19699
|
89
|
+
pyxllib/prog/specialist/common.py,sha256=aRdyszicVjLAN8a5LOG_XHXnnKH6VxtI710K2pAxP74,12962
|
90
|
+
pyxllib/prog/specialist/datetime.py,sha256=EdKJbNVr4YWrZnWcEgUTy7q73KVuF9IS7uJeyP6DORc,6405
|
91
|
+
pyxllib/prog/specialist/tictoc.py,sha256=6aBoATDePc5WtwFJplTTFEAQg7BFGn328CjluytFgPY,8192
|
92
|
+
pyxllib/prog/specialist/xllog.py,sha256=XvgsaJSQnRkbGszhzooUENEdQPZEugy4BlLIGce2pFg,8071
|
93
|
+
pyxllib/stdlib/__init__.py,sha256=jCgkVOhwUWKgFcnjjk1kUi6zURa6WkJIE3uyDpo4gmg,564
|
94
|
+
pyxllib/stdlib/tablepyxl/__init__.py,sha256=gGBdR8ZXd6nCnqB0ODHEeFG04tdro6ZBN0bueh2xp3A,183
|
95
|
+
pyxllib/stdlib/tablepyxl/style.py,sha256=vcuJyGanL9jcbQhwVgDnvoAzM9iNLJnEHlORayWfqbk,10621
|
96
|
+
pyxllib/stdlib/tablepyxl/tablepyxl.py,sha256=rsFaqS97ieuRwEvJaWFIgxefSabke6y_3p1tZWStvNQ,4401
|
97
|
+
pyxllib/text/__init__.py,sha256=wt5ZD19bDuPWzm8MFu0DSNIQF3mYchIGevsoPUwkTn8,162
|
98
|
+
pyxllib/text/ahocorasick.py,sha256=GbKAJK57TRFW0wsvtspuMgeqA0wTuZXLYW2kkIJ_bpw,1112
|
99
|
+
pyxllib/text/airscript.js,sha256=RqAegeMmwhvhDND71PuXAIaE21jtYhpHwyyskj9-_Bc,29920
|
100
|
+
pyxllib/text/charclasslib.py,sha256=wUea2p9FXUwcwRcPF7bRghIwPhpxNhkP31arEwsW9w4,37530
|
101
|
+
pyxllib/text/jiebalib.py,sha256=ZRTYryO77O0cU-ahmjjjG9I44gio_6JGAXQ2wKw9xlM,8686
|
102
|
+
pyxllib/text/jinjalib.py,sha256=0AvFCMjRnh5hvVDfyI07HHoAKplDptLo7CEFJ59IT0I,839
|
103
|
+
pyxllib/text/jsa_ai_prompt.md,sha256=stkJnzDKgafAlu1M2QGX1SPHByj94UWXvI_fkccHC8U,12517
|
104
|
+
pyxllib/text/jscode.py,sha256=9o5isGVcDJ6jpVh0xn3AfA2xmGzK2i9FO1A5HJxtVXw,38685
|
105
|
+
pyxllib/text/levenshtein.py,sha256=HCD6_c4fBTBcMpIZWYe40M5HS9TaamCHHt53FJ3OtjU,11960
|
106
|
+
pyxllib/text/nestenv.py,sha256=c-Ch7UBvwV74Yl0P_miFcpeurv3PP1I85nTbp9gmaYc,50476
|
107
|
+
pyxllib/text/newbie.py,sha256=68FT-iCpVHSy-1T8_jqc9PTJVBF-DnDHVH84A5hF_Jo,7368
|
108
|
+
pyxllib/text/pycode.py,sha256=WmO69iGyRsMDQs_iNI-m_UzGWwkIy9B4zKqBCEuOsSo,1538
|
109
|
+
pyxllib/text/spellchecker.py,sha256=DlJaonkUFdrgNclsxQsOaCgFFp0FOwL2lCkx-mSw9p0,7534
|
110
|
+
pyxllib/text/vbacode.py,sha256=GexOFhHhZ3vsSHxs7HbqBJR1o5JkQzzy1UsvFH3plzE,497
|
111
|
+
pyxllib/text/xmllib.py,sha256=ylJSLq7gWvDW1l-OefCqPGEBSxyI7wNmIKWp7_kaOVM,27686
|
112
|
+
pyxllib/text/latex/__init__.py,sha256=nrz0l2WMj_CwbIkD-fRfugPgAKSjJdi6aXPeNpuNKAU,6258
|
113
|
+
pyxllib/text/pupil/__init__.py,sha256=xrA2KHe4c5PnKO7wIitW9-GQolXgETTV9BYnO-Lq75k,209
|
114
|
+
pyxllib/text/pupil/common.py,sha256=yPvFq3bsuzSkm-zSqiuV2WVmm_uSOyHm-pTIjkDsOng,36788
|
115
|
+
pyxllib/text/pupil/xlalign.py,sha256=LzvEiOb662DgI9t4gOot29-iDcH7Lj8PMVHS7PaYm_Y,10800
|
116
|
+
pyxllib/text/specialist/__init__.py,sha256=lfKgdnh_ij7docrrLMaMmobuCFjaqnfhW4QJaNWcBik,216
|
117
|
+
pyxllib/text/specialist/common.py,sha256=rNYg1NczyROOO63XCaGrswmRsIfjHpeyGiFk83szzt8,3823
|
118
|
+
pyxllib/text/specialist/ptag.py,sha256=_As-f5-opbhObhTMePHzmSP46nMqcyC2Uknr8OoRgcY,6504
|
119
|
+
pyxllib/text/templates/echart_base.html,sha256=VJeabfLnsMjE445xyww5dvup8MkMjZTZ8rt2iN9v89M,241
|
120
|
+
pyxllib/text/templates/highlight_code.html,sha256=4IcPVx_3mfAQzX4Pp_FQW5LVyRbspMZ5q_bxizVNbsk,518
|
121
|
+
pyxllib/text/templates/latex_editor.html,sha256=oqadq-7zH8J8r_2Y2QidUYmmhQkpZiK0A4-zwG9wjPk,3561
|
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,,
|