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
@@ -1,48 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.4
|
2
|
-
Name: pyxllib
|
3
|
-
Version: 0.3.200
|
4
|
-
Summary: 厦门理工模式识别团队通用python代码工具库
|
5
|
-
Project-URL: Homepage, https://github.com/XLPRUtils/pyxllib
|
6
|
-
Author-email: code4101 <877362867@qq.com>
|
7
|
-
License-File: LICENSE
|
8
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
9
|
-
Classifier: Operating System :: OS Independent
|
10
|
-
Classifier: Programming Language :: Python :: 3
|
11
|
-
Requires-Python: <3.13,>=3.6
|
12
|
-
Requires-Dist: arrow
|
13
|
-
Requires-Dist: beautifulsoup4
|
14
|
-
Requires-Dist: charset-normalizer
|
15
|
-
Requires-Dist: decorator
|
16
|
-
Requires-Dist: deprecated
|
17
|
-
Requires-Dist: envariable
|
18
|
-
Requires-Dist: fire
|
19
|
-
Requires-Dist: humanfriendly
|
20
|
-
Requires-Dist: jinja2
|
21
|
-
Requires-Dist: loguru
|
22
|
-
Requires-Dist: lxml
|
23
|
-
Requires-Dist: more-itertools
|
24
|
-
Requires-Dist: numpy
|
25
|
-
Requires-Dist: pandas>=0.23.4
|
26
|
-
Requires-Dist: pillow
|
27
|
-
Requires-Dist: pympler
|
28
|
-
Requires-Dist: pyperclip
|
29
|
-
Requires-Dist: pyyaml
|
30
|
-
Requires-Dist: qiniu
|
31
|
-
Requires-Dist: requests
|
32
|
-
Requires-Dist: tqdm
|
33
|
-
Requires-Dist: ujson
|
34
|
-
Requires-Dist: xlrd
|
35
|
-
Description-Content-Type: text/markdown
|
36
|
-
|
37
|
-
|
38
|
-
# 1 安装
|
39
|
-
|
40
|
-
```
|
41
|
-
pip install pyxllib
|
42
|
-
```
|
43
|
-
|
44
|
-
更多介绍: https://www.yuque.com/xlpr/pyxllib/install
|
45
|
-
|
46
|
-
# 2 文档
|
47
|
-
|
48
|
-
文档都在语雀: https://www.yuque.com/xlpr/pyxllib
|
File without changes
|
File without changes
|