reywechat 1.0.86__py3-none-any.whl → 1.0.88__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.
- reywechat/rdb.py +1 -2
- reywechat/rwechat.py +1 -1
- {reywechat-1.0.86.dist-info → reywechat-1.0.88.dist-info}/METADATA +2 -1
- {reywechat-1.0.86.dist-info → reywechat-1.0.88.dist-info}/RECORD +6 -6
- {reywechat-1.0.86.dist-info → reywechat-1.0.88.dist-info}/WHEEL +0 -0
- {reywechat-1.0.86.dist-info → reywechat-1.0.88.dist-info}/licenses/LICENSE +0 -0
reywechat/rdb.py
CHANGED
@@ -11,8 +11,7 @@
|
|
11
11
|
|
12
12
|
from typing import Literal
|
13
13
|
from json import loads as json_loads
|
14
|
-
from reydb import rorm
|
15
|
-
from reydb.rdb import Database
|
14
|
+
from reydb import rorm, Database
|
16
15
|
from reykit.rbase import throw
|
17
16
|
from reykit.ros import File
|
18
17
|
from reykit.rtime import to_time, time_to, sleep
|
reywechat/rwechat.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: reywechat
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.88
|
4
4
|
Summary: WeChat client control method set.
|
5
5
|
Project-URL: homepage, https://github.com/reyxbo/reywechat/
|
6
6
|
Author-email: Rey <reyxbo@163.com>
|
@@ -15,6 +15,7 @@ License-File: LICENSE
|
|
15
15
|
Keywords: helper,rey,reyxbo,robot,wechat
|
16
16
|
Requires-Python: >=3.12
|
17
17
|
Requires-Dist: beautifulsoup4
|
18
|
+
Requires-Dist: reydb
|
18
19
|
Requires-Dist: reykit
|
19
20
|
Description-Content-Type: text/markdown
|
20
21
|
|
@@ -3,14 +3,14 @@ reywechat/rall.py,sha256=5J_X-XMOyb1Vp1jyS9-oRFXGOtp2vRPX1g3tJot_Eck,371
|
|
3
3
|
reywechat/rbase.py,sha256=hbxn5spvcl_C_Bw8A9teulOXT9GMlxUw145_YbXIOzc,1124
|
4
4
|
reywechat/rcache.py,sha256=5FIa8UB3VsLHT_EXHHmFP62a5AeS22anJCJXC8t4tWw,908
|
5
5
|
reywechat/rclient.py,sha256=EaX6lciZhINg_3m76b7s29cZj5D4o1ASZlLzeVbcSlk,22579
|
6
|
-
reywechat/rdb.py,sha256=
|
6
|
+
reywechat/rdb.py,sha256=Ex4U6MJJQJOEi1bhtFSxbQwfuZJxErsPvHn4OzUZ3iw,37981
|
7
7
|
reywechat/rlog.py,sha256=sCTk1SSN3uP3zKzUN2aMZSA-GWrN_1g1Mmus2pVEp2M,5244
|
8
8
|
reywechat/rreceive.py,sha256=blVyP-TVdAm711lk4O3_IiTsFx-qayzGe807ig6OpGg,50894
|
9
9
|
reywechat/rsend.py,sha256=4Qjn8TnB4MAPfIE7xfPFnkN_Rqdc7g69Ud8_Xya994I,19918
|
10
10
|
reywechat/rtrigger.py,sha256=rVSJhHcZXbSeyNZeMQbaOi8wGvzeEYv_hMAw4qnSWeQ,4982
|
11
|
-
reywechat/rwechat.py,sha256=
|
11
|
+
reywechat/rwechat.py,sha256=mvS5CIw6sSSU7mdbDMHsKALtkLceBSb87pGTKg0TS_4,4710
|
12
12
|
reywechat/data/client_api.dll,sha256=H9uj-x9Ztg0jFZK0yY6NsnyH5_119dQRFfoVVMidxRs,592384
|
13
|
-
reywechat-1.0.
|
14
|
-
reywechat-1.0.
|
15
|
-
reywechat-1.0.
|
16
|
-
reywechat-1.0.
|
13
|
+
reywechat-1.0.88.dist-info/METADATA,sha256=Girr55OBo3RVG1XJC2_WMqJ9OTV09WWlaoR1Z_kRXe4,1596
|
14
|
+
reywechat-1.0.88.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
15
|
+
reywechat-1.0.88.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
16
|
+
reywechat-1.0.88.dist-info/RECORD,,
|
File without changes
|
File without changes
|