ezKit 1.6.2__tar.gz → 1.7.1__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,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ezKit
3
- Version: 1.6.2
3
+ Version: 1.7.1
4
4
  Summary: Easy Kit
5
5
  Author: septvean
6
6
  Author-email: septvean@gmail.com
7
- Requires-Python: >=3.10
7
+ Requires-Python: >=3.11
8
8
  License-File: LICENSE
@@ -151,6 +151,15 @@ pip install ezKit-1.1.3.tar.gz
151
151
 
152
152
  版本号说明: [PEP 440 – Version Identification and Dependency Specification](https://peps.python.org/pep-0440/)
153
153
 
154
+ ## 函数
155
+
156
+ - 明确 参数 和 返回值 的类型
157
+ - 必须有返回值
158
+ - 添加一个 debug 参数, 用于调试
159
+ - 如果 debug 为 True, 则输出相关信息, 否则一律不输出任何信息
160
+ - 必须有说明
161
+ - 必须用 try ... except ... 包裹
162
+
154
163
  try ... except ... 一律输出 Exception:
155
164
 
156
165
  ```py