xtn-tools-pro 1.0.0.9.4__py3-none-any.whl → 1.0.0.9.6__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.
- xtn_tools_pro/utils/helpers.py +5 -0
- {xtn_tools_pro-1.0.0.9.4.dist-info → xtn_tools_pro-1.0.0.9.6.dist-info}/METADATA +1 -1
- {xtn_tools_pro-1.0.0.9.4.dist-info → xtn_tools_pro-1.0.0.9.6.dist-info}/RECORD +7 -7
- {xtn_tools_pro-1.0.0.9.4.dist-info → xtn_tools_pro-1.0.0.9.6.dist-info}/LICENSE +0 -0
- {xtn_tools_pro-1.0.0.9.4.dist-info → xtn_tools_pro-1.0.0.9.6.dist-info}/WHEEL +0 -0
- {xtn_tools_pro-1.0.0.9.4.dist-info → xtn_tools_pro-1.0.0.9.6.dist-info}/entry_points.txt +0 -0
- {xtn_tools_pro-1.0.0.9.4.dist-info → xtn_tools_pro-1.0.0.9.6.dist-info}/top_level.txt +0 -0
xtn_tools_pro/utils/helpers.py
CHANGED
@@ -141,6 +141,11 @@ def get_orderId_random(prefix="", suffix=""):
|
|
141
141
|
combined_number = int(date_time_str + random_number)
|
142
142
|
return f"{prefix}{combined_number}{suffix}"
|
143
143
|
|
144
|
+
def get_xxx():
|
145
|
+
return "22222"
|
146
|
+
|
147
|
+
def get_xxx1():
|
148
|
+
return "get_xxx1"
|
144
149
|
|
145
150
|
if __name__ == '__main__':
|
146
151
|
# print(get_uuid(4))
|
@@ -55,15 +55,15 @@ xtn_tools_pro/task_pro/go_fun_v3.py,sha256=GnwowamPTsuL-oSaXYqIkp-DBxFKV5-T1l0A6
|
|
55
55
|
xtn_tools_pro/utils/__init__.py,sha256=I1_n_NP23F2lBqlF4EOlnOdLYxM8M4pbn63UhJN1hRE,418
|
56
56
|
xtn_tools_pro/utils/crypto.py,sha256=YOdWB8yVauVEyT2d5i9M_bXUJVFTq4BQoUy2NLPhmts,4427
|
57
57
|
xtn_tools_pro/utils/file_utils.py,sha256=obaBP7CaBCsXxzqGeWzV2l0yw7vicgKOaXzmpMV8ips,2567
|
58
|
-
xtn_tools_pro/utils/helpers.py,sha256=
|
58
|
+
xtn_tools_pro/utils/helpers.py,sha256=XphKf8SkqMGkb8BSMPhpEzN-OwafVpVjivvZ3z6m-4o,4522
|
59
59
|
xtn_tools_pro/utils/log.py,sha256=mf5huJDA8xVxxFWPG_tl_vOsAA2_ywGDFycYSGHIDCo,10202
|
60
60
|
xtn_tools_pro/utils/retry.py,sha256=0wjHsR5DBBKpv4naMfxiky8kprrZes4WURIfFQ4H708,1657
|
61
61
|
xtn_tools_pro/utils/set_data.py,sha256=IthfAclck7AbaxOIKOgJZ2wdcfEmlvC-C63Tywcr4bA,11180
|
62
62
|
xtn_tools_pro/utils/sql.py,sha256=EAKzbkZP7Q09j15Gm6o0_uq0qgQmcCQT6EAawbpp4v0,6263
|
63
63
|
xtn_tools_pro/utils/time_utils.py,sha256=TUtzG61PeVYXhaQd6pBrXAdlz7tBispNIRQRcGhE2No,4859
|
64
|
-
xtn_tools_pro-1.0.0.9.
|
65
|
-
xtn_tools_pro-1.0.0.9.
|
66
|
-
xtn_tools_pro-1.0.0.9.
|
67
|
-
xtn_tools_pro-1.0.0.9.
|
68
|
-
xtn_tools_pro-1.0.0.9.
|
69
|
-
xtn_tools_pro-1.0.0.9.
|
64
|
+
xtn_tools_pro-1.0.0.9.6.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
65
|
+
xtn_tools_pro-1.0.0.9.6.dist-info/METADATA,sha256=N3SQV1z_Gb2Z-tVnoEDg5ON12w1wbVzf5idfJGSfF1I,498
|
66
|
+
xtn_tools_pro-1.0.0.9.6.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
67
|
+
xtn_tools_pro-1.0.0.9.6.dist-info/entry_points.txt,sha256=t8CtXWOgw7nRDW3XNlZh8MT_P4l8EzsFnyWi5b3ovrc,68
|
68
|
+
xtn_tools_pro-1.0.0.9.6.dist-info/top_level.txt,sha256=jyB3FLDEr8zE1U7wHczTgIbvUpALhR-ULF7RVEO7O2U,14
|
69
|
+
xtn_tools_pro-1.0.0.9.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|