Luci-Code-Tools 2.1.2__tar.gz → 2.1.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Luci-Code-Tools
3
- Version: 2.1.2
3
+ Version: 2.1.3
4
4
  Summary: 安全输入工具库,支持彩色输出,KeyboardInterrupt保护等
5
5
  Home-page: https://github.com/Luci-Codeing/code_tools
6
6
  Author: Luci_Code
@@ -20,7 +20,7 @@ Dynamic: license-file
20
20
  Dynamic: requires-python
21
21
  Dynamic: summary
22
22
 
23
- [![PyPI version](https://badge.fury.io/py/luci-code-tools.svg)](https://pypi.org/project/luci-code-tools/)
23
+ [![PyPI version](https://badge.fury.io/py/luci-code-tools.svg)](https://pypi.org/project/Luci_Code_Tools/)
24
24
 
25
25
  [![Python Version](https://img.shields.io/badge/Python-3.6+-blue.svg)]()
26
26
 
@@ -259,6 +259,7 @@ if-content-prompt
259
259
  # 制作者 & 感谢名单
260
260
 
261
261
  | 制作 | 分工 |
262
+ | --- | --- |
262
263
  | DeepSeek | 检查 |
263
264
  | DeepSeek | 改进方法 |
264
265
  | Luci_Code | 改进 |
@@ -512,6 +513,7 @@ The explanations for these two functions are essentially identical to that of **
512
513
  # Credits & Acknowledgments
513
514
 
514
515
  | Contributor | Role |
516
+ | --- | --- |
515
517
  | DeepSeek | Review |
516
518
  | DeepSeek | Method Improvement |
517
519
  | Luci_Code | Improvements |
@@ -3,7 +3,7 @@ from subprocess import run
3
3
  from typing import Optional, Union
4
4
  import shutil
5
5
 
6
- __version__ = "2.1.2" # 明确版本号
6
+ __version__ = "2.1.3" # 明确版本号
7
7
  __all__ = [
8
8
  'color', 'color_rgb', 'clear_screen',
9
9
  '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.1.2
3
+ Version: 2.1.3
4
4
  Summary: 安全输入工具库,支持彩色输出,KeyboardInterrupt保护等
5
5
  Home-page: https://github.com/Luci-Codeing/code_tools
6
6
  Author: Luci_Code
@@ -20,7 +20,7 @@ Dynamic: license-file
20
20
  Dynamic: requires-python
21
21
  Dynamic: summary
22
22
 
23
- [![PyPI version](https://badge.fury.io/py/luci-code-tools.svg)](https://pypi.org/project/luci-code-tools/)
23
+ [![PyPI version](https://badge.fury.io/py/luci-code-tools.svg)](https://pypi.org/project/Luci_Code_Tools/)
24
24
 
25
25
  [![Python Version](https://img.shields.io/badge/Python-3.6+-blue.svg)]()
26
26
 
@@ -259,6 +259,7 @@ if-content-prompt
259
259
  # 制作者 & 感谢名单
260
260
 
261
261
  | 制作 | 分工 |
262
+ | --- | --- |
262
263
  | DeepSeek | 检查 |
263
264
  | DeepSeek | 改进方法 |
264
265
  | Luci_Code | 改进 |
@@ -512,6 +513,7 @@ The explanations for these two functions are essentially identical to that of **
512
513
  # Credits & Acknowledgments
513
514
 
514
515
  | Contributor | Role |
516
+ | --- | --- |
515
517
  | DeepSeek | Review |
516
518
  | DeepSeek | Method Improvement |
517
519
  | Luci_Code | Improvements |
@@ -1,4 +1,4 @@
1
- [![PyPI version](https://badge.fury.io/py/luci-code-tools.svg)](https://pypi.org/project/luci-code-tools/)
1
+ [![PyPI version](https://badge.fury.io/py/luci-code-tools.svg)](https://pypi.org/project/Luci_Code_Tools/)
2
2
 
3
3
  [![Python Version](https://img.shields.io/badge/Python-3.6+-blue.svg)]()
4
4
 
@@ -237,6 +237,7 @@ if-content-prompt
237
237
  # 制作者 & 感谢名单
238
238
 
239
239
  | 制作 | 分工 |
240
+ | --- | --- |
240
241
  | DeepSeek | 检查 |
241
242
  | DeepSeek | 改进方法 |
242
243
  | Luci_Code | 改进 |
@@ -490,6 +491,7 @@ The explanations for these two functions are essentially identical to that of **
490
491
  # Credits & Acknowledgments
491
492
 
492
493
  | Contributor | Role |
494
+ | --- | --- |
493
495
  | DeepSeek | Review |
494
496
  | DeepSeek | Method Improvement |
495
497
  | Luci_Code | Improvements |
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name="Luci-Code-Tools",
8
- version="2.1.2",
8
+ version="2.1.3",
9
9
  author="Luci_Code",
10
10
  author_email="3967742419@qq.com",
11
11
  description="安全输入工具库,支持彩色输出,KeyboardInterrupt保护等",
File without changes