ezKit 1.12.26__py3-none-any.whl → 1.12.27__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.
- ezKit/errors.py +19 -3
- {ezkit-1.12.26.dist-info → ezkit-1.12.27.dist-info}/METADATA +1 -1
- {ezkit-1.12.26.dist-info → ezkit-1.12.27.dist-info}/RECORD +6 -6
- {ezkit-1.12.26.dist-info → ezkit-1.12.27.dist-info}/WHEEL +0 -0
- {ezkit-1.12.26.dist-info → ezkit-1.12.27.dist-info}/licenses/LICENSE +0 -0
- {ezkit-1.12.26.dist-info → ezkit-1.12.27.dist-info}/top_level.txt +0 -0
ezKit/errors.py
CHANGED
@@ -32,8 +32,24 @@ database_error = {
|
|
32
32
|
"code": 3004,
|
33
33
|
"message": "Database delete data error",
|
34
34
|
},
|
35
|
-
|
36
|
-
|
37
|
-
|
35
|
+
}
|
36
|
+
|
37
|
+
# SQLAlchemy错误: 4000
|
38
|
+
sqlalchemy_error = {
|
39
|
+
"statement": {
|
40
|
+
"code": 4001,
|
41
|
+
"message": "SQLAlchemy statement error",
|
42
|
+
},
|
43
|
+
"params": {
|
44
|
+
"code": 4002,
|
45
|
+
"message": "SQLAlchemy params error",
|
46
|
+
},
|
47
|
+
"statement_params": {
|
48
|
+
"code": 4003,
|
49
|
+
"message": "SQLAlchemy statement or params error",
|
50
|
+
},
|
51
|
+
"build_where": {
|
52
|
+
"code": 4004,
|
53
|
+
"message": "SQLAlchemy build WHERE error",
|
38
54
|
},
|
39
55
|
}
|
@@ -5,7 +5,7 @@ ezKit/bottle_extensions.py,sha256=27rogmfK7mL2qUSjXH79IMGZbCVULtYEikql_N9O6Zs,11
|
|
5
5
|
ezKit/cipher.py,sha256=7jBarRH7ukSYzkz-Anl8B8JzluhnRz4CLHidPRRj_cg,2939
|
6
6
|
ezKit/database.py,sha256=yxi8HZw9ijbfKYhCl8OApoLDwLW7tYjPPucsTw6D_Is,23761
|
7
7
|
ezKit/dockerhub.py,sha256=j-wQO-71BsOgExHZhYynuy2k_hCX3on-vg0TH7QCit4,1996
|
8
|
-
ezKit/errors.py,sha256=
|
8
|
+
ezKit/errors.py,sha256=P23_yiQJNA6jJpNpzXb2o27uqmGHM-mRKa5171hQWu8,1122
|
9
9
|
ezKit/http.py,sha256=zhNxJF-x91UqGncXWxVXnhZVpFo_wmmpGnMXVT11y9E,1832
|
10
10
|
ezKit/markdown_to_html.template,sha256=21G2sSVGJn6aJvHd0NN4zY5YiDteKe4UtW36AzBwSdk,22274
|
11
11
|
ezKit/mongo.py,sha256=vsRCjJ2uWbNp-1bnGKICPohNYx25El8XnHp10o-lsM4,2397
|
@@ -16,8 +16,8 @@ ezKit/token.py,sha256=Ac-i9xfq4TqpGyfCzakjrh4NYzxHiN2sCQrMk1tzVi8,1716
|
|
16
16
|
ezKit/utils.py,sha256=U457ahFkxIXuB-qWvS3995xJs-LlkFIX5_ZWVgmL5cY,43130
|
17
17
|
ezKit/xftp.py,sha256=-XQXyhMqeigT63P6sXkSS7r4GROXyqqlkzKxITLWG-g,8278
|
18
18
|
ezKit/zabbix.py,sha256=PkMnfu7mcuotwwIIsHaC9FsNg-gap6hD1xvm0AwSL1Y,33777
|
19
|
-
ezkit-1.12.
|
20
|
-
ezkit-1.12.
|
21
|
-
ezkit-1.12.
|
22
|
-
ezkit-1.12.
|
23
|
-
ezkit-1.12.
|
19
|
+
ezkit-1.12.27.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
20
|
+
ezkit-1.12.27.dist-info/METADATA,sha256=WhxULotC-6zBWIc6OGXN6prPRVjqDWXsPfyIF3CSbiY,317
|
21
|
+
ezkit-1.12.27.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
22
|
+
ezkit-1.12.27.dist-info/top_level.txt,sha256=aYLB_1WODsqNTsTFWcKP-BN0KCTKcV-HZJ4zlHkCFw8,6
|
23
|
+
ezkit-1.12.27.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|