reyfetch 1.0.42__py3-none-any.whl → 1.0.43__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.
reyfetch/rali.py CHANGED
@@ -54,7 +54,7 @@ ChatReplyGenerator = Generator[str, Any, None]
54
54
  ChatThinkGenerator = Generator[str, Any, None]
55
55
 
56
56
 
57
- class DatabaseORMTableAliQwen(rorm.Model, table=True):
57
+ class DatabaseORMTableAliQwen(rorm.Table):
58
58
  """
59
59
  Database `ali_qwen` table ORM model.
60
60
  """
reyfetch/rbaidu.py CHANGED
@@ -36,7 +36,7 @@ FanyiResponseResult = TypedDict('FanyiResponseResult', {'src': str, 'dst': str})
36
36
  FanyiResponse = TypedDict('FanyiResponse', {'from': str, 'to': str, 'trans_result': list[FanyiResponseResult]})
37
37
 
38
38
 
39
- class DatabaseORMTableBaiduTrans(rorm.Model, table=True):
39
+ class DatabaseORMTableBaiduTrans(rorm.Table):
40
40
  """
41
41
  Database `baidu_trans` table ORM model.
42
42
  """
reyfetch/rdouban.py CHANGED
@@ -71,7 +71,7 @@ MediaInfo = TypedDict(
71
71
  )
72
72
 
73
73
 
74
- class DatabaseORMTableDoubanMedia(rorm.Model, table=True):
74
+ class DatabaseORMTableDoubanMedia(rorm.Table):
75
75
  """
76
76
  Database `douban_media` table ORM model.
77
77
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reyfetch
3
- Version: 1.0.42
3
+ Version: 1.0.43
4
4
  Summary: Web data fetch method set.
5
5
  Project-URL: homepage, https://github.com/reyxbo/reyfetch/
6
6
  Author-email: Rey <reyxbo@163.com>
@@ -1,14 +1,14 @@
1
1
  reyfetch/__init__.py,sha256=RA8i9mePfgDrav97DX2JDj3riBx9Im_jWzfbUFz7sc8,475
2
- reyfetch/rali.py,sha256=gaeKhAHkVP2pCVKnbH_dx6gEDvTeSOy4QqF0X6kYUMI,33155
2
+ reyfetch/rali.py,sha256=5k_H4d-ZYlhiGKdW4wcEAtKeHc13RHoy4qYWWDrFF3E,33143
3
3
  reyfetch/rall.py,sha256=3HckqK8UoRfxSu2yNCEYjX6MByxVqv0qRmthBzQFgHU,341
4
- reyfetch/rbaidu.py,sha256=Z-qYl_KzdNEipVJYfm_wgCZHWHIBaHp2z3hkNp--Xso,13501
4
+ reyfetch/rbaidu.py,sha256=7A7Vlb2cHWcDvZZYiS95kbyretY8cV4BwWuPLjGpn9E,13489
5
5
  reyfetch/rbase.py,sha256=iD4_Ty6qjdZREJazvtAqekHU5HAxKKu35K9H3y5Dkt8,4817
6
- reyfetch/rdouban.py,sha256=mc5tNdGwBGNNVlvuWC0OVtGGaJPBGfUcPouQvpuWNy8,19027
6
+ reyfetch/rdouban.py,sha256=5QjCw-hny6MevjAgSYuVaTjxX0DLMFtZOTRVMrpPoc4,19015
7
7
  reyfetch/rgeneral.py,sha256=DuXdyrPGj2lVhzdxzCwbI0WvzMZiB8KLHmflQ4cqHgg,3788
8
8
  reyfetch/rsina.py,sha256=V1uv-iXyB3b6oDyR_pQYOaHUKjrplEZe2Mm9rnYmJUw,6880
9
9
  reyfetch/rtoutiao.py,sha256=KwzmFQcRU5_tM4juhdMvUhpaGL4cuIo2pE5BwuXjOIk,1662
10
10
  reyfetch/rweibo.py,sha256=RiedsF5zGo6QBrjhMdo9NqYPjwbHJ8FJ7zJJ_5ZPrXk,2506
11
- reyfetch-1.0.42.dist-info/METADATA,sha256=tMxOGTTBSuRt08Vn2bThU0GJ1IOj2gnUn-8_leJIv-s,1610
12
- reyfetch-1.0.42.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
- reyfetch-1.0.42.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
14
- reyfetch-1.0.42.dist-info/RECORD,,
11
+ reyfetch-1.0.43.dist-info/METADATA,sha256=VhW4A09YoKeNs8hZy4U4LAj0a4BmRBVDFN5WSWFD0jM,1610
12
+ reyfetch-1.0.43.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
+ reyfetch-1.0.43.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
14
+ reyfetch-1.0.43.dist-info/RECORD,,