Luci-Code-Tools 2.2.8__tar.gz → 2.2.9__tar.gz
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.
- {luci_code_tools-2.2.8 → luci_code_tools-2.2.9}/Luci_Code_Tools.egg-info/PKG-INFO +2 -1
- {luci_code_tools-2.2.8 → luci_code_tools-2.2.9}/Luci_code_tools.py +2 -2
- {luci_code_tools-2.2.8 → luci_code_tools-2.2.9}/PKG-INFO +2 -1
- {luci_code_tools-2.2.8 → luci_code_tools-2.2.9}/README.md +2 -1
- {luci_code_tools-2.2.8 → luci_code_tools-2.2.9}/setup.py +1 -1
- {luci_code_tools-2.2.8 → luci_code_tools-2.2.9}/LICENSE +0 -0
- {luci_code_tools-2.2.8 → luci_code_tools-2.2.9}/Luci_Code_Tools.egg-info/SOURCES.txt +0 -0
- {luci_code_tools-2.2.8 → luci_code_tools-2.2.9}/Luci_Code_Tools.egg-info/dependency_links.txt +0 -0
- {luci_code_tools-2.2.8 → luci_code_tools-2.2.9}/Luci_Code_Tools.egg-info/top_level.txt +0 -0
- {luci_code_tools-2.2.8 → luci_code_tools-2.2.9}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Luci-Code-Tools
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.9
|
|
4
4
|
Summary: 一个简单的工具库 / A Eazy Tools Module
|
|
5
5
|
Home-page: https://github.com/Luci-Code-2014
|
|
6
6
|
Author: Luci_Code
|
|
@@ -467,6 +467,7 @@ prompt 跟 data 参数是一个意思喵🐱
|
|
|
467
467
|
# 制作人员 & 感谢名单 (以贡献程度排名从上到下)
|
|
468
468
|
|
|
469
469
|
| 人员 | 提供 |
|
|
470
|
+
| --- | --- |
|
|
470
471
|
| DeepSeek | 构建 & 打包 & 上传教程 |
|
|
471
472
|
| DeepSeek | 提供改进意见 |
|
|
472
473
|
| DeepSeek | 环境帮助 |
|
|
@@ -8,9 +8,9 @@ if platform == "win32": # 判断平台
|
|
|
8
8
|
try:
|
|
9
9
|
os.system("") # 激活 win10 / 某些 win7 的终端彩色显示功能
|
|
10
10
|
except Exception:
|
|
11
|
-
pass #
|
|
11
|
+
pass # os.system 会报错 😭 (比如 Python 的 exe 可执行程序没有命令也就是不能执行命令,即使命令为空以及嵌入式环境压根没有 Shell)
|
|
12
12
|
|
|
13
|
-
__version__ = "2.2.
|
|
13
|
+
__version__ = "2.2.9" # 明确版本号
|
|
14
14
|
__all__ = [
|
|
15
15
|
'color', 'color_rgb', 'clear_screen',
|
|
16
16
|
'safe_input', 'safe_int', 'safe_float'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Luci-Code-Tools
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.9
|
|
4
4
|
Summary: 一个简单的工具库 / A Eazy Tools Module
|
|
5
5
|
Home-page: https://github.com/Luci-Code-2014
|
|
6
6
|
Author: Luci_Code
|
|
@@ -467,6 +467,7 @@ prompt 跟 data 参数是一个意思喵🐱
|
|
|
467
467
|
# 制作人员 & 感谢名单 (以贡献程度排名从上到下)
|
|
468
468
|
|
|
469
469
|
| 人员 | 提供 |
|
|
470
|
+
| --- | --- |
|
|
470
471
|
| DeepSeek | 构建 & 打包 & 上传教程 |
|
|
471
472
|
| DeepSeek | 提供改进意见 |
|
|
472
473
|
| DeepSeek | 环境帮助 |
|
|
@@ -444,6 +444,7 @@ prompt 跟 data 参数是一个意思喵🐱
|
|
|
444
444
|
# 制作人员 & 感谢名单 (以贡献程度排名从上到下)
|
|
445
445
|
|
|
446
446
|
| 人员 | 提供 |
|
|
447
|
+
| --- | --- |
|
|
447
448
|
| DeepSeek | 构建 & 打包 & 上传教程 |
|
|
448
449
|
| DeepSeek | 提供改进意见 |
|
|
449
450
|
| DeepSeek | 环境帮助 |
|
|
@@ -1050,4 +1051,4 @@ else:
|
|
|
1050
1051
|
content_2 = data["test2"]
|
|
1051
1052
|
color(f"Content 1: {content_1}\nContent 2: {content_2}\n\nTest successful!", 32, None, 1, 2)
|
|
1052
1053
|
remove(FILE_PATH)
|
|
1053
|
-
```
|
|
1054
|
+
```
|
|
File without changes
|
|
File without changes
|
{luci_code_tools-2.2.8 → luci_code_tools-2.2.9}/Luci_Code_Tools.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|