gomyck-tools 1.0.2__py3-none-any.whl → 1.0.3__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.
- ctools/cjson.py +1 -1
- {gomyck_tools-1.0.2.dist-info → gomyck_tools-1.0.3.dist-info}/METADATA +2 -2
- {gomyck_tools-1.0.2.dist-info → gomyck_tools-1.0.3.dist-info}/RECORD +5 -5
- {gomyck_tools-1.0.2.dist-info → gomyck_tools-1.0.3.dist-info}/WHEEL +0 -0
- {gomyck_tools-1.0.2.dist-info → gomyck_tools-1.0.3.dist-info}/top_level.txt +0 -0
ctools/cjson.py
CHANGED
@@ -4,7 +4,7 @@ import jsonpickle
|
|
4
4
|
str_value_keys = []
|
5
5
|
jsonpickle.set_preferred_backend('json')
|
6
6
|
jsonpickle.set_encoder_options('json', ensure_ascii=False)
|
7
|
-
jsonpickle.set_decoder_options('json'
|
7
|
+
jsonpickle.set_decoder_options('json')
|
8
8
|
|
9
9
|
def dumps(obj) -> str:
|
10
10
|
"""
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: gomyck-tools
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.3
|
4
4
|
Summary: A ctools for python development by hao474798383
|
5
5
|
Home-page: https://blog.gomyck.com
|
6
6
|
Author: gomyck
|
@@ -15,8 +15,8 @@ Requires-Dist: SQLAlchemy >=2.0.32
|
|
15
15
|
Requires-Dist: chardet >=5.2.0
|
16
16
|
Requires-Dist: psycopg2-binary >=2.9.9
|
17
17
|
Requires-Dist: croniter >=3.0.3
|
18
|
-
Requires-Dist: pyautogui >=0.9.54
|
19
18
|
Requires-Dist: gmssl >=3.2.2
|
20
19
|
Requires-Dist: psutil >=6.0.0
|
20
|
+
Requires-Dist: jsonpath-ng >=1.6.1
|
21
21
|
|
22
22
|
this package is for python development
|
@@ -7,7 +7,7 @@ ctools/bashPath.py,sha256=BCN_EhYzqvwsxYso81omMNd3SbEociwSOyb9kLvu8V4,337
|
|
7
7
|
ctools/bottle_server.py,sha256=9gmw1og_8ZaOfmF8X9pwDlRxxeo648QmFvLl0shV0Dk,2303
|
8
8
|
ctools/browser_element_tools.py,sha256=tWNxUJ9m-hNTYtS0NRvmH9r5I-Qw55uKekwDYgt49bc,9951
|
9
9
|
ctools/call.py,sha256=BCr8wzt5qd70okv8IZn-9-EpjywleZgvA3u1vfZ_Kt8,1581
|
10
|
-
ctools/cjson.py,sha256=
|
10
|
+
ctools/cjson.py,sha256=M2XrXnFXTJyKsXP2JRos2Bse4b6WXjr6TrA6y-EF_Ig,1245
|
11
11
|
ctools/ckafka.py,sha256=win6iV9-7FJDzcmqwQ5httN_NWjrBlWHc5b7N9E5tCQ,5187
|
12
12
|
ctools/compile_tools.py,sha256=Nybh3vnkurIKnPnubdYzigjnzFu4GaTMKPvqFdibxmE,510
|
13
13
|
ctools/console.py,sha256=1VAq_-fSGgHKYv6Qe53kHaJL0-3NpFRUZljahbJPcfk,1807
|
@@ -50,7 +50,7 @@ ctools/wordFill.py,sha256=dB1OLt6GLmWdkDV8H20VWbJmY4ggNNI8iHD1ocae2iM,875
|
|
50
50
|
ctools/word_fill.py,sha256=aIkzjAF2soSW6w2dO2CRZlveDcuIdr6v9DtyyyB8uxM,18216
|
51
51
|
ctools/word_fill_entity.py,sha256=eX3G0Gy16hfGpavQSEkCIoKDdTnNgRRJrFvKliETZK8,985
|
52
52
|
ctools/work_path.py,sha256=i4MTUobqNW2WMrT3mwEC_XYQ0_IhFmKoNpTX2W6A8Tc,1680
|
53
|
-
gomyck_tools-1.0.
|
54
|
-
gomyck_tools-1.0.
|
55
|
-
gomyck_tools-1.0.
|
56
|
-
gomyck_tools-1.0.
|
53
|
+
gomyck_tools-1.0.3.dist-info/METADATA,sha256=PQAV6lBWaVLR5zlq6_Zr0KbmCLDRaib8WVn3M4jngIo,712
|
54
|
+
gomyck_tools-1.0.3.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
55
|
+
gomyck_tools-1.0.3.dist-info/top_level.txt,sha256=-MiIH9FYRVKp1i5_SVRkaI-71WmF1sZSRrNWFU9ls3s,7
|
56
|
+
gomyck_tools-1.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|